ASE-New/src/main/resources/application.properties

9 lines
217 B
Properties
Raw Normal View History

2020-01-29 09:25:43 +00:00
server.port=8080
spring.thymeleaf.prefix=classpath:templates/
spring.thymeleaf.suffix=.html
spring.thymeleaf.mode=HTML
spring.thymeleaf.encoding=UTF-8
spring.security.user.name=user
spring.security.user.password=123