9 lines
217 B
Properties
9 lines
217 B
Properties
|
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
|