Loredana Crusoveanu
698185a55b
remove files left after move
2020-12-26 10:22:35 +02:00
Loredana Crusoveanu
22494667cd
Merge pull request #10270 from tomas-skalicky/fb-tomas-graphql-codefix-and-sample-queries
...
GraphQL code fixes and sample queries
2020-12-26 09:53:08 +02:00
Loredana Crusoveanu
f7c4f13f8d
Merge pull request #10260 from hdlopez/patch-1
...
Fixed Spring Boot CRUD Application example
2020-12-26 09:18:03 +02:00
Loredana Crusoveanu
b6edbf8f88
Merge pull request #10318 from bnasslahsen/master
...
upgrade to springdoc-openapi v1.5.2
2020-12-24 15:45:17 +02:00
johnA1331
af36328752
Create README.md
2020-12-23 22:36:11 +08:00
Kai Yuan
76778779dd
mvn package vs springboot:repackage
2020-12-23 00:22:04 +01:00
Krzysztof Woyke
515d213c90
Merge remote-tracking branch 'upstream/master' into JAVA-3570
2020-12-22 10:50:48 +01:00
Jonathan Cook
f8853469cb
Merge pull request #10232 from adinarolea/feature/BAEL-4687-customize-jackson-json-mapper
...
Feature/bael 4687 customize jackson json mapper
2020-12-22 08:18:13 +01:00
Krzysztof Woyke
e2026cf43e
JAVA-3570: Update JaVers version in spring-boot-data
2020-12-19 23:27:59 +01:00
Krzysztof Woyke
00e15a4911
JAVA-3570: Remove unused spring-cloud-context dependency from spring-boot-artifacts
2020-12-19 23:21:02 +01:00
bnasslah
450c0fe6db
upgrade to springdoc-openapi v1.5.2
2020-12-17 13:49:42 +01:00
Adina Rolea
d8f681c38e
BAEL-4687: returned fixed date instead of dynamic
2020-12-17 14:23:06 +02:00
Adina Rolea
d4b22c74e3
BAEL-4687: updated formatting
2020-12-17 14:02:59 +02:00
Gerardo Roza
7b17a09eb7
avoid using deprecated StringUtils#isEmpty method
2020-12-16 16:53:33 -03:00
Gerardo Roza
8a9c1a1911
migrated spring.profiles properties to spring.config.activate.on-profile
2020-12-16 16:38:31 -03:00
Krzysztof Woyke
1a3ec076dc
JAVA-3570: Keep spring-boot-deployment on Spring Boot 2.3.3 [cloud]
2020-12-14 10:21:03 +01:00
Krzysztof Woyke
1f8efc0c14
JAVA-3570: Keep spring-boot-environment on Spring Boot 2.3.3 [cloud]
2020-12-14 10:18:38 +01:00
Krzysztof Woyke
c008e43ea8
JAVA-3570: Update Kotlin version in spring-boot-springdoc
2020-12-11 21:56:46 +01:00
Krzysztof Woyke
e6a310c4fb
JAVA-3570: Keep spring-boot-admin on Spring Boot 2.3.3
2020-12-11 14:14:59 +01:00
Adina Rolea
65e9e80f0c
BAEL-4687: formatted code with eclipse formatter
2020-12-04 20:01:12 +02:00
Adina Rolea
c19b868d3b
BAEL-4687: renamed project from jackson to data 2
2020-12-04 19:55:44 +02:00
Loredana Crusoveanu
d6e0e1c3e6
Merge pull request #10295 from rozagerardo/rozagerardo/JAVA-3029_Update-Properties-with-Spring-and-Spring-Boot-article
...
[JAVA-3029] Update "Properties with Spring and Spring Boot" article
2020-12-01 14:51:23 +02:00
Gerardo Roza
23c81c0595
added test for adding configuration properties scenarios
2020-11-28 12:56:55 -03:00
Gerardo Roza
eb4b03eb73
Added simple test for multidocument properties file
2020-11-27 12:00:53 -03:00
kwoyke
83535bf123
BAEL-3689: Add missing code examples ( #10282 )
2020-11-27 11:22:00 +01:00
Gerardo Roza
73bfea2207
updated Spring Boot version to 2.4.0
2020-11-26 10:51:58 -03:00
Gerardo Roza
aa44953fe9
removed all XML-related code
2020-11-26 09:44:48 -03:00
Gerardo Roza
0185b2d0fb
removed all PropertyPlaceholderConfigure references
2020-11-26 09:44:47 -03: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
Tomas Skalicky
e3c28ba8a5
sample queries, both Query and Mutation, added
2020-11-21 09:53:42 +01:00
Tomas Skalicky
1332044479
server port changed to 8081 for avoiding conflicts
2020-11-21 09:53:18 +01:00
Tomas Skalicky
83d16d3ade
security disabled for easier experimenting
2020-11-21 09:52:46 +01:00
Tomas Skalicky
94aa14c43a
GraphQL schema file added, fix of PostResolver
...
- graphqls was missing
- author in Post is mandatory
2020-11-21 09:51:59 +01:00
johnA1331
492a1643e6
Update README.md
2020-11-18 17:04:40 +08:00
Horacio Lopez
d2f2bb6ab0
Added test and some fixes
2020-11-17 21:57:15 -03:00
Horacio López
01ecd32868
Fixed test
2020-11-17 21:50:02 -03:00
Horacio López
34243ccef4
Removed user param on userList method
2020-11-17 20:16:10 -03:00
Horacio López
a34be087d9
Update UserController.java
2020-11-17 20:06:51 -03:00
Adina Rolea
003a5f2034
BAEL-4687: updated parent
2020-11-16 14:29:46 +02:00
Adina Rolea
644939da07
BAEL-4687: added test for each configuration
2020-11-16 14:27:29 +02: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
Adina Rolea
6e8b8c086d
BAEL-4687: updated jackson configuration
2020-11-04 10:36:43 +02: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
Adina Rolea
0218395e89
BAEL-4687: simplified configuration
2020-10-27 17:07:14 +02:00
Loredana Crusoveanu
026a4cbe5f
Update README.md
2020-10-27 16:47:55 +02:00
Adina Rolea
2a8ff6f23b
BAEL-4687: added web configuration for jackson
2020-10-27 16:12:59 +02:00
Adina Rolea
9b8455e829
BAEL-4687: added spring boot jackson configuration example
2020-10-27 15:47:40 +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
Loredana
4a7cde7d32
Merge branch 'master' of https://github.com/eugenp/tutorials
2020-09-18 12:04:36 +03:00
Dhawal Kapil
1c732be61a
Merge pull request #10042 from kwoyke/JAVA-2904-md
...
JAVA-2904: Fix README.MD files extension
2020-09-17 23:15:16 +05:30
Rutuja Joshi
6cbf1e87c5
BAEL-4201 - Initial Commit ( #9957 )
...
* BAEL-4201 - Initial commit
* BAEL-4201 - Initial Commit
* Update UserAccountController.java
removed the additional brackets
* Update UserAccountValidationTest.java
Updated the tests
* Bael - 4201 - recommit for github issue fix
For 'This commit does not belong to any branch on this repository' - delete and recommitting controller
* Bael - 4201 - recommit for github issue fix
For 'This commit does not belong to any branch on this repository' - delete and recommitting test
* Bael - 4201 - add for github issue fix
For 'This commit does not belong to any branch on this repository' - adding controller again
* Bael - 4201 - add for github issue fix
For 'This commit does not belong to any branch on this repository' - adding test again
* BAEL-4201: Initial Commit
* Update UserAccountUnitTest.java
* BAEL-4201: updated to fix the commit issue
* BAEL-4201 - temporary deleting
Deleting to fix branch issue
* BAEL-4201 - commiting test again
* BAEL-4201
Fixing build issues
* BAEL-4201
Github commit issue
* BAEL-4201
Github commit issue - webapp folder
* BAEL-4201 - commiting test after view upload
* Bael- 4201 ThymeLeaf related issues
* Bael- 4201 ThymeLeaf related issues
* Bael- 4201 ThymeLeaf related issues
* Bael- 4201 ThymeLeaf related issues - added html
* Bael- 4201 ThymeLeaf issue ; updated suffix- html
* Bael - 4201 white label issue
* Bael - 4201 white label issue
* BAEL-4201 : moving html to templates
* BAEL-4201 - moving to templates
* BAEL-4201 - moving to templates
* BAEL-4201 - review related updates
* BAEL-4201 - review related updates
* BAEL-4201 - review related updates
* BAEL-4201 - review related updates
* BAEL-4201 - review related updates
* BAEL-4201 - review related updates
* BAEL-4201 - review related updates
* BAEL-4201 - added the spring-boot-starter-validation dependency
2020-09-17 09:32:51 -07:00
Krzysiek
1509fa5ddc
JAVA-2904: Fix README.MD files extension
2020-09-16 22:20:32 +02:00
johnA1331
35c25daa18
Update README.md
2020-09-16 23:39:49 +08:00
johnA1331
b7ec39842b
Create README.md
2020-09-16 23:37:50 +08:00
johnA1331
d04fadfb9b
Update README.md
2020-09-16 22:59:27 +08:00
johnA1331
9c64b62ad6
Update README.md
2020-09-16 22:44:40 +08:00
johnA1331
9de2a7e778
Update README.md
2020-09-16 22:42:16 +08:00
johnA1331
c30abba25f
Update README.md
2020-09-16 22:41:20 +08:00
Tarun Jain
51c2e22324
Formatted code
2020-09-15 20:32:07 +05:30
Tarun Jain
4526309cf2
Merge remote-tracking branch 'upstream/master'
2020-09-15 20:18:22 +05:30
Krzysiek
fb115abd62
JAVA-2400: Fix EmailAnnotationPlugin implementation
2020-09-13 20:29:43 +02:00
Tarun Jain
72253d4f17
Merge remote-tracking branch 'upstream/master'
2020-09-12 20:36:48 +05:30
kwoyke
c3cd93fcdb
JAVA-2563: Upgrade Spring Boot version to 2.3.3.RELEASE ( #9985 )
...
* JAVA-2563: Upgrade Spring Boot version to 2.3.3.RELEASE
* JAVA-2563: Downgrade spring-cloud-connectors-heroku to Spring Boot 2.2.6.RELEASE
* JAVA-2563: Add joda-time version
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Use MongoClients factory instead of MongoClient directly
* JAVA-2563: Downgrade spring-5-data-reactive to Spring Boot 2.2.6.RELEASE
* JAVA-2563: Switch back to default bootstrap mode for JPA
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Switch from ServerHttpRequest to ServerWebExchange interface
* JAVA-2563: Use OutputCaptureRule instead of OutputCapture
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Fix Jackson dependency
* JAVA-2563: Fix ManualEmbeddedMongoDbIntegrationTest
* JAVA-2563: Replace validation-api with spring-boot-starter-validation
* JAVA-2563: Fix usage of deprecated getErrorAttributes method
* JAVA-2563: Downgrade spring-data-cassandra-reactive to Spring Boot 2.2.6.RELEASE
* JAVA-2563: Set spring.datasource.generate-unique-name to false in spring-session-jdbc
2020-09-11 18:19:02 +05:30
Sampada
9c5ed84bd4
JAVA-2422: Merge spring-groovy into spring-boot-groovy ( #9970 )
...
* JAVA-2422: Moved article to spring-boot-groovy
* JAVA-2422: removed module spring-groovy
* JAVA-2422: Moved spring-boot-groovy inside spring-boot-modules module
* JAVA-2422: Added entry to spring-boot-module's pom
* JAVA-2422: main pom changes for module movements
* JAVA-2422: Renamed test as it needs the app up and running
* JAVA-2422: Renamed test to live as it needs App to be running
2020-09-07 21:15:50 +05:30
Loredana Crusoveanu
2770af80b2
Merge pull request #9968 from kwoyke/JAVA-2401
...
JAVA-2401: Remove redundant repository config
2020-09-03 10:26:39 +03:00
Sampada
473b453a1f
BAEL-4441: Custom User Attributes with Keycloak and Spring ( #9966 )
2020-09-02 08:46:52 -07:00
Krzysztof Woyke
c9d080aff4
JAVA-2401: Remove redundant repository config
2020-09-02 15:23:35 +02:00
Loredana Crusoveanu
a82d2bf9e0
Merge pull request #9963 from kwoyke/JAVA-2398-2
...
JAVA-2398: Remove redundant config classes import
2020-09-02 13:22:20 +03:00
davidmartinezbarua
ba38797af0
Merge pull request #9909 from umangbudhwar/BAEL-4095
...
BAEL-4095
2020-09-01 13:42:39 -03:00
Krzysztof Woyke
468217efea
JAVA-2398: Remove redundant config classes import
2020-09-01 17:19:24 +02:00
Umang Budhwar
b8bcbeee90
Added two space indent for the line continuation.
2020-09-01 19:46:56 +05:30
Sampada
e0ebf5904f
JAVA-84: Move articles out of spring-boot part 1 ( #9950 )
...
* JAVA-84: Moved 1 article to spring-boot-actuator
* JAVA-84: Moved 2 articles to spring-boot-mvc
* JAVA-84: README changes for spring-boot module
* JAVA-84: Moved classes to com.baeldung pkg to correct compilation issue
2020-08-31 20:41:47 +05:30
Dhawal Kapil
8cf889d27e
Merge pull request #9947 from Maiklins/Java-1462-Reduce-logging-api-gateway-spring-boot-springdoc-spring-zuul-rate-limiting-hibernate-ogm-jpa-hibernate-cascade-type
...
Reduce logging - Modules api-gateway, spring-boot-springdoc, spring-z…
2020-08-31 20:36:37 +05:30
Dhawal Kapil
55a5210a91
Merge pull request #9946 from Maiklins/Java-1462-reduce-logging-modules-core-java-io-2-spring-ejb-beans-spring-boot-security-spring-data-jpa-3
...
Java-1461 Reduce logging - core-java-io-2, spring-ejb-beans, spring-boot-security
2020-08-31 20:35:06 +05:30
mikr
87f19ad21a
Reduce logging - Modules api-gateway, spring-boot-springdoc, spring-zuul-rate-limiting, hibernate-ogm, jpa-hibernate-cascade-type
2020-08-30 16:54:15 +02:00
mikr
d7e25cb6e9
Java-1462 Reduce logging - Modules core-java-io-2, spring-ejb-beans, spring-boot-security
2020-08-30 14:35:18 +02:00
Dhawal Kapil
48a9e4706f
Merge pull request #9935 from sampada07/JAVA-84
...
JAVA-84: Move articles out of spring-boot part 1
2020-08-30 12:14:13 +05:30
Dhawal Kapil
f35bd115f6
Merge pull request #9925 from sampada07/JAVA-33
...
JAVA-33: move all spring-... modules to Boot 2
2020-08-30 12:06:33 +05:30
Umang Budhwar
8c0f02237c
Merge pull request #6 from eugenp/master
...
Updating local repo
2020-08-30 11:58:31 +05:30
Umang Budhwar
e878b28d98
Splitted apiInfo to multiple lines.
2020-08-29 13:05:31 +05:30
sampadawagde
5749d7ad23
JAVA-84: Moved 1 article to spring-boot-testing
2020-08-28 17:57:38 +05:30
sampadawagde
52721a78d6
JAVA-84: Moved 3 articles to spring-boot-libraries
2020-08-28 17:56:09 +05:30
sampadawagde
544c366753
JAVA-84: Moved 1 article to spring-boot-di
2020-08-28 17:54:52 +05:30
Loredana Crusoveanu
2d26cd22b3
Merge pull request #9924 from kwoyke/JAVA-2398
...
JAVA-2398: Fix Spring Boot 2 integration with Swagger 3.0.0
2020-08-27 15:18:01 +03:00
Jonathan Cook
411cf3c843
Merge pull request #9888 from azhwani/BAEL-4244
...
BAEL-4244: What is purpose of @ConditionalOnProperty annotation?
2020-08-27 08:42:37 +02:00
sampadawagde
7b40f75cc9
JAVA-33: Moved spring-boot-camel to parent-boot-2
2020-08-26 17:04:08 +05:30
sampadawagde
7d3e128323
JAVA-33: Added comments in pom.xml with reason to not upgrade to boot-2
2020-08-26 17:02:39 +05:30
Krzysztof Woyke
00f82c34b6
JAVA-2398: Fix Spring Boot 2 integration with Swagger 3.0.0
2020-08-26 12:27:50 +02:00
Eric Martin
93587c1ee5
Merge pull request #9873 from maryarm/BAEL-4107
...
BAEL-4107: Spring MVC Async vs Spring WebFlux
2020-08-23 10:57:22 -05:00
Umang Budhwar
97252050f4
Added code for BAEL-4095
2020-08-23 17:36:23 +05:30
Tarun Jain
56fe1e809a
Merge remote-tracking branch 'upstream/master'
2020-08-22 23:31:14 +05:30
Tarun Jain
8febb192a3
BAEL-4404 | Added code to use CharacterEncodingFilter
2020-08-22 23:27:21 +05:30
Ricardo Caldas
16ae922c36
BAEL-4106 ( #9887 )
...
* BAEL-4106
application.yml vs application.properties for Spring Boot
* Update README.md
2020-08-22 09:45:22 +01:00
Jonathan Cook
0c657fdd79
Merge pull request #9868 from mona-mohamadinia/BAEL-4528
...
BAEL-4528: Custom Health Indicators in Spring Boot
2020-08-21 16:40:55 +02:00
johnA1331
8fb13070b6
Create README.md
2020-08-20 18:41:40 +08:00
johnA1331
ffa3a92ee5
Create README.md
2020-08-20 17:32:59 +08:00
Mona Mohamadinia
090404a08b
Added Tests
2020-08-19 13:13:46 +04:30
kwoyke
1ed8b7a2bf
BAEL-4430: Update the email regexp pattern ( #9893 )
2020-08-18 16:12:35 +02:00
davidmartinezbarua
3f3bbe4a0d
Merge pull request #9891 from Trixi-Turny/BAEL-4321-yaml-to-pojo
...
BAEL-4321 yaml config to map in pojo demo
2020-08-18 10:43:51 -03:00
Trixi Turny
4e9ce6e4cc
BAEL-4321 yaml config to map in pojo demo
2020-08-18 09:32:12 +01:00
Mona Mohamadinia
ba5f54d666
Fixed the Broken Test
2020-08-18 00:55:42 +04:30
davidmartinezbarua
0d2ae486e1
Revert "BAEL-4321 demo app for yaml to pojo"
2020-08-17 11:52:28 -03:00
azhwani
eac28eb90f
first commit
2020-08-17 15:12:50 +01:00
davidmartinezbarua
0391c81566
Merge pull request #9843 from Trixi-Turny/BAEL-4321-define-a-map-in-yaml-for-pojo
...
BAEL-4321 demo app for yaml to pojo
2020-08-17 10:35:56 -03:00
Amit Pandey
5c46488ac8
used standard parent pom ( #9885 )
2020-08-17 18:21:42 +05:30
Trixi Turny
3233bd6adc
BAEL-4321 add new module to pom
2020-08-17 12:41:09 +01:00
Amit Pandey
2bad67ff38
added modules in parent ( #9842 )
...
* added modules in parent
* commented failed modules in pom
2020-08-17 10:33:20 +05:30