parent
7f9bba7b01
commit
dd67e514ac
@ -0,0 +1,13 @@
|
||||
# 智能图书管理系统 - Web 后端配置
|
||||
server.port=8082
|
||||
|
||||
# 应用信息
|
||||
spring.application.name=MCSLMS-Backend
|
||||
|
||||
# Thymeleaf 配置
|
||||
spring.thymeleaf.cache=false
|
||||
spring.thymeleaf.prefix=classpath:/templates/
|
||||
spring.thymeleaf.suffix=.html
|
||||
|
||||
# 静态资源
|
||||
spring.web.resources.static-locations=classpath:/static/
|
||||
Loading…
Reference in new issue