Merge pull request #26 from panos-kakos/master

Update from master
This commit is contained in:
panos-kakos
2023-08-27 10:03:44 +03:00
committed by GitHub
182 changed files with 4279 additions and 1355 deletions
@@ -10,8 +10,8 @@ eureka.client.registryFetchIntervalSeconds = 5
management.security.sessions=never
logging.level.org.springframework.web.=debug
logging.level.org.springframework.security=debug
logging.level.org.springframework.web.=INFO
logging.level.org.springframework.security=INFO
spring.redis.host=localhost
spring.redis.port=6379
@@ -6,8 +6,8 @@ eureka.client.registryFetchIntervalSeconds = 5
management.security.sessions=always
logging.level.org.springframework.web.=debug
logging.level.org.springframework.security=debug
logging.level.org.springframework.web.=INFO
logging.level.org.springframework.security=INFO
spring.redis.host=localhost
spring.redis.port=6379
@@ -10,8 +10,8 @@ eureka.client.registryFetchIntervalSeconds = 5
management.security.sessions=never
logging.level.org.springframework.web.=debug
logging.level.org.springframework.security=debug
logging.level.org.springframework.web.=INFO
logging.level.org.springframework.security=INFO
spring.redis.host=localhost
spring.redis.port=6379
@@ -4,4 +4,4 @@ server.port=9411
eureka.client.region = default
eureka.client.registryFetchIntervalSeconds = 5
logging.level.org.springframework.web=debug
logging.level.org.springframework.web=INFO