Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

fix #13

Open
wants to merge 1 commit into
base: security
Choose a base branch
from
Open

fix #13

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion authentication-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
Expand Down
3 changes: 3 additions & 0 deletions authentication-service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down