From 7a6540e44392fd8d98f5b5431af09b03d378c2dc Mon Sep 17 00:00:00 2001 From: Ramazan Sakin Date: Sat, 25 Sep 2021 14:14:47 +0300 Subject: [PATCH] fix: login page problem fix --- authentication-service/pom.xml | 2 +- authentication-service/src/main/resources/application.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/authentication-service/pom.xml b/authentication-service/pom.xml index 2e397b54..f4eb654b 100644 --- a/authentication-service/pom.xml +++ b/authentication-service/pom.xml @@ -11,7 +11,7 @@ org.springframework.boot - spring-boot-starter-web + spring-boot-starter-thymeleaf org.springframework.cloud diff --git a/authentication-service/src/main/resources/application.yml b/authentication-service/src/main/resources/application.yml index 0cd3bcf5..a64f99f3 100644 --- a/authentication-service/src/main/resources/application.yml +++ b/authentication-service/src/main/resources/application.yml @@ -1,6 +1,9 @@ spring: application: name: authentication-service + thymeleaf: + prefix: classpath:/templates/ + suffix: .ftl # Define the port where the UAA server would be running server: