Commit Graph

125 Commits

Author SHA1 Message Date
akuksin
60f6c7e585 add crud functionality with a in-memory database 2020-06-15 22:43:25 +02:00
Tom Hombergs
8c9f67f2f8 Use JDK 13 in Travis build 2020-06-09 07:13:56 +10:00
Tom Hombergs
5e0f15e4cc Thymeleaf + Vue application 2020-06-08 21:51:46 +10:00
Tom Hombergs
b8c0923f23 rename module to "spring-boot-springdoc" 2020-06-05 07:18:14 +10:00
Tom Hombergs
2e3cdcec99 Merge pull request #28 from Petros0/reflect-92
reflect-92 (Code-First API Documentation with Swagger)
2020-06-05 07:11:24 +10:00
Tom Hombergs
0deff1fb44 Merge pull request #31 from arkuksin/hazelcast
Hazelcast
2020-06-03 06:56:47 +10:00
akuksin
34c76bb565 use putIfAbsent and not put in Hazelcast client 2020-05-31 22:42:50 +02:00
akuksin
92b3faa23c rename HazelcastNode to CacheClient 2020-05-31 22:41:35 +02:00
akuksin
430588dbdc typo 2020-05-28 23:10:49 +02:00
akuksin
fad637580c Use typed Map. 2020-05-28 22:22:49 +02:00
akuksin
e7f12e4b92 Add eviction configuration for the Map. 2020-05-26 23:02:41 +02:00
akuksin
de375d2c89 Merge branch 'hazelcast-embedded' 2020-05-26 22:49:23 +02:00
akuksin
fe79d77b62 make Car serializable. 2020-05-26 22:44:34 +02:00
Tom Hombergs
7cb1d952b8 Merge pull request #30 from thombergs/18-validate-spring-boot-configuration-parameters-at-startup
18 validate spring boot configuration parameters at startup
2020-05-27 06:36:15 +10:00
akuksin
df07d9c308 init project for Spring Boot with Hazelcast client 2020-05-26 22:35:02 +02:00
Tom Hombergs
97bf254d85 update to Java 13, fixing build 2020-05-27 06:33:15 +10:00
Yavuz Tas
381fe85e39 add a sample custom validator for AppProperties and add tests 2020-05-26 08:09:11 +02:00
Yavuz Tas
a418f21ff1 add third-party component properties example and update the tests 2020-05-26 05:50:40 +02:00
akuksin
8080fc083e init project for Spring Boot with embedded Hazelcast cache. 2020-05-25 22:40:54 +02:00
akuksin
e1f6de8bd3 rename package 'de.kuksin' to 'io.refectoring' 2020-05-25 22:14:22 +02:00
Petros Stergioulas
c36bedd679 Remove actuator 2020-05-25 19:01:49 +02:00
Yavuz Tas
735d80d72f Code samples for Validate Spring Boot Configuration Parameters at Startup 2020-05-22 19:45:26 +02:00
Petros Stergioulas
eff3c3c935 Add security and actuator 2020-05-16 19:49:07 +02:00
Petros Stergioulas
94f88c4489 Add security and actuator 2020-05-16 19:46:43 +02:00
akuksin
03ab12c64b remove @NotNull annotation 2020-05-05 17:37:41 +02:00
akuksin
f183c92661 refactoring 2020-05-05 17:14:24 +02:00
Petros Stergioulas
bb7ac442b1 Init 2020-04-29 20:07:36 +02:00
akuksin
074b118bff add comment 2020-04-25 20:17:16 +02:00
akuksin
1a4c9421dc clean up test 2020-04-22 23:56:35 +02:00
akuksin
6168a9a47a delete unnecessary code 2020-04-22 23:11:20 +02:00
prabhakar349
cc153bfd06 feat(liquibase)[]: add liquibase code example 2020-04-22 22:42:51 +02:00
thombergs
cf3a36e108 remove unnecessary package check 2020-04-22 22:42:47 +02:00
thombergs
2e6e26193f polishing 2020-04-22 22:42:47 +02:00
Nandan Bn
ae8ec346fd Package visibility changes 2020-04-22 22:42:47 +02:00
Nandan Bn
caf408a550 Fixes and added examples for transactional... 2020-04-22 22:42:47 +02:00
Nandan Bn
4543443a82 Reflect-105 Code example 2020-04-22 22:42:47 +02:00
thombergs
ae813adb18 fixed build 2020-04-22 22:42:47 +02:00
thombergs
6a27f35b2a updated with valueOf() 2020-04-22 22:42:38 +02:00
thombergs
1f9fbc2543 changed class name 2020-04-22 22:42:38 +02:00
Petros Stergioulas
a5305e266f Implement UserApiDelegate, instead of the UserApi 2020-04-22 22:42:28 +02:00
Petros Stergioulas
507ff901b4 Rename module to spring-boot-openapi, also add maven wrapper in root 2020-04-22 22:42:28 +02:00
Petros Stergioulas
8b5e2ce3a4 Reflect-91 init 2020-04-22 22:42:28 +02:00
thombergs
ebd2362c1c billingmodule -> billing 2020-04-22 22:42:28 +02:00
thombergs
72f40744dd billingmodule -> billing 2020-04-22 22:42:28 +02:00
thombergs
43f9e32282 added missing Gradle files 2020-04-22 22:42:27 +02:00
thombergs
f85a0f36ae example for clean architecture boundaries with Spring Boot 2020-04-22 22:42:27 +02:00
thombergs
1f2b333a8a listContributors -> contributors 2020-04-22 22:42:25 +02:00
akuksin
4f056283b3 replace @Autowired by @Bean annotation for the authentication provider 2020-04-22 22:42:25 +02:00
akuksin
054d177ef2 remove custom code for password migration, use the feature of DelegatingPasswordEncoder instead 2020-04-22 22:42:25 +02:00
akuksin
84f441dbeb rename JdbcUserDetailPasswordService to DatabaseUserDetailPasswordService 2020-04-22 22:42:25 +02:00