WindChat/windchat-admin/src/main/resources/application.properties

10 lines
302 B
INI
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#配置管理平台启动端口
#server.port=80
#设置输出日志
#logging.file=admin.log
#设置日志的输出级别
#logging.level.root=info
#配置mvc前缀界面位置
#spring.thymeleaf.prefix=classpath:/webapp/views/
#静态资源
#spring.resources.static-locations=classpath:/webapp/static/