Commit Graph

  • ab949c2a0b Reflect-76 ISP explained added code examples Mukul Sharma 2020-02-01 04:13:37 +05:30
  • 90f7b1ad39 refactored and made the tests work thombergs 2020-03-25 06:06:04 +11:00
  • 4b959cb797 Code example for field injection and other changes Vasudha Venkatesan 2020-03-10 10:55:35 +05:30
  • 670c4c845a Code example changes Vasudha Venkatesan 2020-02-26 14:43:33 +05:30
  • 531d05de64 Code format changes and Added maven wrapper Vasudha Venkatesan 2020-02-24 12:44:47 +05:30
  • 3a929134ba Constructor and setter based Dependency injection code example Vasudha Venkatesan 2020-02-17 22:46:46 +05:30
  • f1aa143b96 initial commit akuksin 2020-04-22 21:11:39 +02:00
  • f05e8f75cd Merge pull request #23 from pdigumarthi/feat-liquibase-example Tom Hombergs 2020-04-14 08:33:29 +10:00
  • 190f2511af feat(liquibase)[]: add liquibase code example prabhakar349 2020-03-30 06:06:25 -04:00
  • 4ecc79977a remove unnecessary package check thombergs 2020-04-09 06:37:44 +10:00
  • 7e4b6d4cac Merge pull request #17 from Lucaarioo/master Tom Hombergs 2020-03-31 06:10:11 +11:00
  • e023c7c42f polishing thombergs 2020-03-31 06:06:50 +11:00
  • a857ad5455 Merge pull request #18 from vasudhavenkatesan/master Tom Hombergs 2020-03-29 06:46:03 +11:00
  • 51460691bb fixed build thombergs 2020-03-28 06:34:57 +11:00
  • 01b0ef3eb8 Merge branch 'master' into vasudha-master thombergs 2020-03-28 06:29:07 +11:00
  • 4f006376c1 updated with valueOf() thombergs 2020-03-25 06:55:19 +11:00
  • 01db1e9805 refactored and made the tests work thombergs 2020-03-25 06:06:04 +11:00
  • a989129816 changed class name thombergs 2020-03-14 08:58:44 +11:00
  • 4ceee9a453 reduce log output in Travis Build thombergs 2020-03-12 06:49:07 +11:00
  • c90578311b Merge pull request #21 from thombergs/openapi Tom Hombergs 2020-03-11 07:05:34 +11:00
  • 7cd125ee33 added to build-all.sh openapi thombergs 2020-03-11 06:40:03 +11:00
  • 76e97842a2 Merge branch 'reflect-91' of https://github.com/Petros0/code-examples into openapi thombergs 2020-03-11 06:18:52 +11:00
  • 92aef0228e billingmodule -> billing thombergs 2020-03-11 05:45:01 +11:00
  • ca32144e80 Code example for field injection and other changes Vasudha Venkatesan 2020-03-10 10:55:35 +05:30
  • e8ef69917a billingmodule -> billing thombergs 2020-03-10 07:05:08 +11:00
  • 5da17c5a20 Implement UserApiDelegate, instead of the UserApi Petros Stergioulas 2020-03-09 20:07:41 +01:00
  • 8a36085425 added missing Gradle files thombergs 2020-03-07 08:42:37 +11:00
  • 1916f5b2af example for clean architecture boundaries with Spring Boot thombergs 2020-03-07 08:26:15 +11:00
  • c69957d1b8 listContributors -> contributors thombergs 2020-03-06 06:40:27 +11:00
  • 426d1e77c6 Merge remote-tracking branch 'origin/master' thombergs 2020-03-05 06:23:17 +11:00
  • ec681b5abc Repository -> GitRepository thombergs 2020-03-05 06:23:01 +11:00
  • 57ff03707c Merge pull request #19 from arkuksin/spring-boot-password-emcoding Tom Hombergs 2020-03-04 05:50:59 +11:00
  • 761fdd4d7a Merge remote-tracking branch 'origin/master' thombergs 2020-03-02 21:17:41 +11:00
  • 939e864a4a example of converters in Spring Data JDBC thombergs 2020-03-02 21:16:33 +11:00
  • 84c593016b replace @Autowired by @Bean annotation for the authentication provider akuksin 2020-03-01 11:41:50 +01:00
  • e0a456724d remove custom code for password migration, use the feature of DelegatingPasswordEncoder instead akuksin 2020-03-01 10:48:52 +01:00
  • c8a15d4d4d Merge pull request #20 from thombergs/argumentresolver Tom Hombergs 2020-03-01 09:37:07 +11:00
  • 34e0bfc156 argumentresolver example argumentresolver thombergs 2020-03-01 09:20:29 +11:00
  • dfbc0446c9 MethodArgumentResolver example thombergs 2020-02-29 15:18:13 +11:00
  • 0b9a101b08 rename JdbcUserDetailPasswordService to DatabaseUserDetailPasswordService akuksin 2020-02-28 19:32:50 +01:00
  • 1b9f2426a4 remove @Transactional annotation from RegistrationResource akuksin 2020-02-27 22:42:36 +01:00
  • 3ab8517320 rename UserResources to RegistrationResource akuksin 2020-02-27 22:40:11 +01:00
  • 77151d1752 rename daoAuthenticationProvider to provider akuksin 2020-02-27 22:36:06 +01:00
  • b73731159f rename JdbcUserDetailsService to DatabaseUserDetailsService akuksin 2020-02-27 22:22:16 +01:00
  • bfd004b73a make classes package private, apply google-java-formatter akuksin 2020-02-27 22:17:40 +01:00
  • 71d2a32f2f Merge pull request #14 from mukul-s/master Tom Hombergs 2020-02-27 06:21:22 +11:00
  • 1e4e88c05e small changes to Main thombergs 2020-02-27 06:19:59 +11:00
  • 1f4484f25f Code example changes Vasudha Venkatesan 2020-02-26 14:43:33 +05:30
  • ab5143cb2f remove unnecessary comment akuksin 2020-02-25 21:58:33 +01:00
  • 5fab70b931 Merge branch 'master' of https://github.com/mukul-s/code-examples Mukul Sharma 2020-02-26 01:55:03 +05:30
  • 3be25df928 Reflect-76 Added package Mukul Sharma 2020-02-26 01:54:18 +05:30
  • 74f0e28e8e simplify the configuration akuksin 2020-02-25 20:12:30 +01:00
  • f66aa05afb Merge branch 'master' of https://github.com/mukul-s/code-examples Mukul Sharma 2020-02-25 18:19:31 +05:30
  • 66d275d667 Merge branch 'master' of https://github.com/mukul-s/code-examples Mukul Sharma 2020-02-25 18:19:31 +05:30
  • 34211bfac9 Reflect 76 - Resolved merge conflicts Mukul Sharma 2020-02-25 18:11:04 +05:30
  • 1380621113 Resolved merge conflicts Mukul Sharma 2020-02-25 18:11:04 +05:30
  • 47baf5ea91 Package visibility changes Nandan Bn 2020-02-25 01:08:13 +05:30
  • 61ed2eaaa8 Code format changes and Added maven wrapper Vasudha Venkatesan 2020-02-24 12:44:47 +05:30
  • d55ee992f3 reformat code akuksin 2020-02-22 23:39:48 +01:00
  • 9a378b5763 add calculation of bcryt strength with Divide-and-conquer algorithm akuksin 2020-02-22 23:35:21 +01:00
  • c4ba025b17 Fixes and added examples for transactional... Nandan Bn 2020-02-22 10:22:16 +05:30
  • 4ca9b30b94 add simple examples for password encoders akuksin 2020-02-20 22:10:17 +01:00
  • 6e0af82475 Merge pull request #13 from petromir/master Tom Hombergs 2020-02-21 06:24:57 +11:00
  • 7494ff7f89 Merge branch 'master' into master Tom Hombergs 2020-02-20 21:38:54 +11:00
  • 327e849575 included flyway module in build-all.sh thombergs 2020-02-20 21:38:00 +11:00
  • a0ad81a332 REFLECT-2 Add missing bits Petromir Dzhunev 2020-02-18 17:38:33 +02:00
  • 0847972b5a add project spring-boot/password-encoding akuksin 2020-02-17 22:24:01 +01:00
  • 1e9c30733d Constructor and setter based Dependency injection code example Vasudha Venkatesan 2020-02-17 22:46:46 +05:30
  • 90657e3a6b Reflect-105 Code example Nandan Bn 2020-02-17 12:02:27 +05:30
  • 26739aada2 Rename module to spring-boot-openapi, also add maven wrapper in root Petros Stergioulas 2020-02-11 20:59:00 +01:00
  • dabc601384 Reflect-91 init Petros Stergioulas 2020-02-09 22:25:26 +01:00
  • 0be1335d24 add EXPOSE thombergs 2020-02-06 06:45:21 +11:00
  • 1437ac4429 added warning do code that isn't working thombergs 2020-02-03 06:56:10 +11:00
  • 5b76cbac62 reduces visibility thombergs 2020-02-03 06:37:25 +11:00
  • 8ca0e6e380 changes after review thombergs 2020-02-02 08:29:36 +11:00
  • b6d167f4ae finished reactive example thombergs 2020-02-02 06:45:58 +11:00
  • 7934eed0ab Reflect-76 ISP explained added code examples Mukul Sharma 2020-02-01 04:13:37 +05:30
  • ec2bdc9327 Reactive Batch Processing Example Tom Hombergs 2020-01-31 19:48:06 +11:00
  • 5fe5deca66 added Single.defer to fan out messages over multiple threads Tom Hombergs 2020-01-31 09:18:02 +11:00
  • 3fb809911a Reactive Batch Processing Example Tom Hombergs 2020-01-30 21:35:03 +11:00
  • 1809361301 REFLECT-2 Remove redundant parameters to Gradle plugin Petromir Dzhunev 2020-01-29 23:17:09 +02:00
  • 01828e504d REFLECT-2 Integrating H2 with Flyway Petromir Dzhunev 2020-01-24 22:35:17 +02:00
  • 3461549263 AWS Hello World docker file Tom Hombergs 2020-01-23 06:59:18 +11:00
  • a2bb00faf1 Initial set-up of Flyway data migration project Petromir Dzhunev 2020-01-01 19:35:57 +02:00
  • 9e9b030c3f add README Tom Hombergs 2019-12-31 08:47:14 +11:00
  • 71af6ee95d add example for Spring Boot profiles Tom Hombergs 2019-12-31 08:40:49 +11:00
  • b8e0845744 added missing gradle wrapper Tom Hombergs 2019-12-14 08:06:21 +11:00
  • 8baf275c8f isolated all modules Tom Hombergs 2019-12-14 07:59:28 +11:00
  • 92c266586c isolated some modules Tom Hombergs 2019-12-13 06:38:02 +11:00
  • 802046466f finish startup code example Tom Hombergs 2019-12-02 06:08:28 +11:00
  • 895d48c163 add startup examples Tom Hombergs 2019-11-30 07:46:18 +11:00
  • 6667bcde4d added @ConstructorBinding annotation Tom Hombergs 2019-11-17 06:33:05 +11:00
  • 5975aff396 modified code to match blog post Tom Hombergs 2019-11-17 06:25:58 +11:00
  • 44fb22ff50 fixed build Tom Hombergs 2019-11-10 10:29:35 +11:00
  • dff7cf37f0 added missing gradle wrapper Tom Hombergs 2019-11-10 09:31:28 +11:00
  • 659a602e97 added code example for static data Tom Hombergs 2019-11-10 09:18:16 +11:00
  • d34df7ad4e fixed build Tom Hombergs 2019-09-25 10:10:02 +02:00
  • 4c1318cc50 added immutable example code Tom Hombergs 2019-09-25 09:05:26 +02:00
  • aa09ca31cb added mocking example Tom Hombergs 2019-09-18 08:03:33 +02:00
  • 7712f41e3e travis skip install Tom Hombergs 2019-09-03 06:44:50 +02:00