java-tutorials/spring-boot-modules/spring-boot-basic-customiza...
Stelios Anastasakis 60ce9ba95f
[BAEL-7669] Example code for article. Setting global TimeZone in spring (#16260)
* [BAEL-7669] Example code for article. Setting global TimeZone in spring

* Added logback-test.xml for spring tests, to set level to INFO

* [BAEL-7669] Switched to spring-boot-application to include more examples

* Added things needed in pom.xml, without affecting existing versions

* [BAEL-7669] After code review: exported spring boot version in property

- Fixed constant name, to follow the uppercase convention
- Added comments to explain the commented out options, as described in the article

* [BAEL-7669] Added example of reading timezone value from properties file

* [BAEL-7669] Moved code to spring-boot-customization module
2024-04-18 18:21:48 +01:00
..
src [BAEL-7669] Example code for article. Setting global TimeZone in spring (#16260) 2024-04-18 18:21:48 +01:00
README.md Update README.md 2024-04-17 15:30:31 +08:00
pom.xml JAVA-33597 Fix all modules here have incorrect parent (#16324) 2024-04-10 01:24:50 +02:00

README.md

Spring Boot Basic Customization 3

This module contains articles about Spring Boot customization 3

Relevant Articles: