Skip to content

Commit

Permalink
small additions; docu...
Browse files Browse the repository at this point in the history
  • Loading branch information
svencc committed Apr 16, 2024
1 parent 83f9a68 commit 94d15cf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
spring.application.name=RECOM



#SPRING BOOT SERVER CONFIG
server.port=80
server.compression.enabled=true
Expand Down Expand Up @@ -55,6 +57,11 @@ spring.cache.jcache.config=classpath:ehcache-spring.xml



#ACTUATOR CONFIG
management.endpoints.web.exposure.include=health,info,metrics



#APPLICATION LOGGING;
logging.level.com.recom=ERROR
logging.level.org.hibernate.type=ERROR
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
xmlns:jsr107='http://www.ehcache.org/v3/jsr107'>

<!-- https://blog.coffeebeans.at/archives/1356 -->
<!-- https://springframework.guru/using-ehcache-3-in-spring-boot/ -->


<!-- DEFAULTS -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
xmlns:jsr107='http://www.ehcache.org/v3/jsr107'>

<!-- https://blog.coffeebeans.at/archives/1356 -->
<!-- https://springframework.guru/using-ehcache-3-in-spring-boot/ -->


<!-- DEFAULTS -->
Expand Down

0 comments on commit 94d15cf

Please sign in to comment.