T156 Removed thymeleaf and eureka. Html moved to static

This commit is contained in:
2021-03-02 12:03:34 +01:00
parent 85d4a31273
commit 895e6ff656
132 changed files with 117 additions and 1856 deletions

View File

@@ -1,13 +1,7 @@
#environment:
server.port = 8097
spring.application.name = klaus
eureka.client.service-url.defaultZone=http://netflix:eureka@eureka:8761/eureka/
spring.cloud.config.discovery.service-id = klaus-config-service
#spring.cloud.config.fail-fast=true
#spring.cloud.config.username = SpringConfigUsername
#spring.cloud.config.password = SpringConfigPassword
#logging:
spring.output.ansi.enabled = always
spring.mvc.view.suffix=.html
logging.level.root=INFO
logging.level.org.springframework.web=INFO
logging.level.com.release11=INFO

View File

@@ -1,14 +0,0 @@
spring:
profiles:
active: DEV
application:
name: klaus
cloud:
spring:
cloud:
config:
uri: http://localhost:8888
retry:
max-attempts: 20
max-interval: 15000
initial-interval: 10000