kwoyke
83535bf123
BAEL-3689: Add missing code examples ( #10282 )
2020-11-27 11:22:00 +01:00
Loredana Crusoveanu
bd5891852c
remove kotlin project from pom
2020-11-24 14:32:14 +02:00
Loredana Crusoveanu
c4a3db7acc
remove kotlin code from repo
2020-11-23 16:11:44 +02:00
johnA1331
492a1643e6
Update README.md
2020-11-18 17:04:40 +08:00
Greg
7881b8e9c2
Merge pull request #10124 from hmdrzsharifi/master
...
BAEL-4330: DispatcherServlet and web.xml in Spring Boot
2020-11-13 13:17:11 -05:00
Loredana Crusoveanu
65d2996c10
Merge pull request #10235 from johnA1331/master
...
BAEL-29324 - add links to github-baeldung articles
2020-11-06 12:41:55 +02:00
Krzysztof Woyke
0a4fc2ef66
JAVA-3384: Fix integration tests in the spring-boot-properties
2020-11-05 08:58:04 +01:00
johnA1331
dc34794a5f
Update README.md
2020-11-05 13:58:00 +08:00
kwoyke
a0828bf3d1
BAEL-3704: Add missing code samples ( #10226 )
2020-11-03 19:07:21 +01:00
kwoyke
8c26df1709
BAEL-4682: Add boolean example to the YAML ( #10227 )
2020-11-03 09:33:24 +01:00
Loredana Crusoveanu
74079b9134
Merge pull request #10214 from johnA1331/master
...
BAEL-28915 - github-related test fix (results: 18.10.2020)
2020-10-29 15:23:58 +02:00
johnA1331
99702e0e18
Update README.md
2020-10-28 15:43:43 +08:00
Loredana Crusoveanu
026a4cbe5f
Update README.md
2020-10-27 16:47:55 +02:00
Sallo Szrajbman
731f7f8001
[BAEL-4173] Set JWT token with Spring Boot & Swagger UI ( #10134 )
...
* Hexagonal Architecture with Spring Boot example
* Set JWT token with Spring Boot & Swagger UI
* Revert "Hexagonal Architecture with Spring Boot example"
This reverts commit 412b8690
* [BEAL-4173]
Code identation fixes
README.md fixes
* [BEAL-4173]
Removing sout
* [BEAL-4173]
Fixing identation issue
* [BEAL-4173]
Fixing identation issue
* [BEAL-4173]
Removing HttpHeaders parameter (not needed)
* Update spring-boot-modules/spring-boot-swagger-jwt/src/main/java/com/baeldung/swaggerjwt/controller/ClientsRestController.java
Committing suggestion
Co-authored-by: KevinGilmore <kpg102@gmail.com>
Co-authored-by: KevinGilmore <kpg102@gmail.com>
2020-10-26 21:12:50 -05:00
sharifi
d790913cbd
improve code quality
2020-10-24 17:51:06 +03:30
Loredana
667bfb4b26
upgrade jobrunr
2020-10-24 13:11:51 +03:00
johnA1331
b8f341a7ae
Update README.md
2020-10-21 10:19:38 +08:00
Loredana
07da242830
add context test, explanation
2020-10-17 16:19:01 +03:00
Loredana
12dcd4e4bb
exclude logback, add log4j config file
2020-10-17 16:16:00 +03:00
sharifi
eeadbb04f0
delete the original classes related to separate the directories
2020-10-14 15:32:29 +03:30
sharifi
f0b9b3db29
separate directories
2020-10-12 23:07:48 +03:30
Loredana Crusoveanu
ab7e2477d8
Merge pull request #10141 from johnA1331/master
...
BAEL-28473 - add links to github-baeldung articles
2020-10-09 16:05:20 +03:00
sharifi
271ad4e3c7
remove context-path and path
2020-10-09 11:48:57 +03:30
sharifi
5cb3bc85be
change package name and main class's name
2020-10-09 11:48:10 +03:30
sharifi
da6fb652fb
remove gitignore file
2020-10-09 11:36:07 +03:30
bfontana
e407389149
Merge pull request #10098 from anirban99/feature/bael-4334/ComponentScan-and-EnableAutoConfiguration-in-Spring-Boot
...
BAEL-4334: ComponentScan and EnableAutoConfiguration in Spring Boot
2020-10-07 22:01:05 -03:00
johnA1331
b24db3ed99
Update README.md
2020-10-07 17:27:34 +08:00
Anirban Chatterjee
d27cbbc4a6
Removed boilerplate code
2020-10-07 09:32:33 +02:00
Anirban Chatterjee
bd53673e2b
Added unit test
2020-10-06 22:33:24 +02:00
Anirban Chatterjee
14593ca02a
Refined bean methods
2020-10-04 12:55:22 +02:00
Gerardo Roza
23c667077b
updated Keycloak dependencies version to 11.0.2
2020-10-03 15:59:34 -03:00
sharifi
17d3411f7c
add main source
2020-10-03 11:35:16 +03:30
sharifi
7ffa8ce6a5
add gitignore file
2020-10-03 11:33:57 +03:30
sharifi
7e56ea3303
add README file
2020-10-03 11:33:33 +03:30
sharifi
b5e0e559e3
add new module to parent pom
2020-10-03 11:32:38 +03:30
johnA1331
511c0183cf
Update README.md
2020-10-02 13:24:04 +08:00
johnA1331
ffe826a6b6
Update README.md
2020-10-02 13:07:19 +08:00
Anirban Chatterjee
427581b3a6
Code cleanup
2020-09-28 23:21:40 +02:00
Eric Martin
58896594d1
Merge pull request #10075 from sk1418/springbootPort
...
[BAEL-4612] get spring boot port at runtime
2020-09-27 21:55:35 -05:00
Anirban Chatterjee
29c91cde2e
Added component scan and auto configuration annotations
2020-09-28 01:24:17 +02:00
Ronald Dehuysser
70203a988b
[BAEL-4639] Running background jobs in Spring with JobRunr ( #10089 )
...
* [BAEL-4639] Running background jobs in Spring with JobRunr
* [BAEL-4639] Background jobs in Spring with JobRunr - update dependencies and readme
* [BAEL-4639] Background jobs in Spring with JobRunr - add required newline to application.properties
* [BAEL-4639] Background jobs in Spring with JobRunr - Make sure link is correct
* [BAEL-4639] Background jobs in Spring with JobRunr - Cleanup and LiveTest added
* [BAEL-4639] - Feedback
* [BAEL-4639] Update test with feedback
2020-09-26 14:14:11 -07:00
Loredana Crusoveanu
35a9131a72
Merge pull request #10083 from johnA1331/master
...
BAEL-27981 - add links to github-baeldung articles
2020-09-25 16:08:31 +03:00
Tarun Jain
17369c4b77
BAEL-4404|Updated test class name
2020-09-24 03:02:04 +05:30
Tarun Jain
6fc2261a39
Merge remote-tracking branch 'upstream/master'
2020-09-24 02:45:49 +05:30
johnA1331
14965826eb
Update README.md
2020-09-24 02:49:18 +08:00
Kai Yuan
8b0b645e6f
[BAEL-4612] get spring boot port at runtime
2020-09-23 01:10:11 +02:00
Krzysztof Woyke
9be17d36d2
JAVA-2976: Get rid of the overriden spring-boot.version property
2020-09-22 14:57:32 +02:00
Tarun Jain
fcb493e6ba
Merge remote-tracking branch 'upstream/master'
2020-09-20 01:21:17 +05:30
Tarun Jain
3626b5c858
BAEL-4404 | Added test class to verify the beahvior
2020-09-20 01:20:58 +05:30
Krzysiek
7c482a8e6f
JAVA-2975: Clean up the pom.xml in spring-boot-exceptions
2020-09-18 22:40:10 +02:00