Newer
Older
huludao / src / main / resources / application.yml
@新烽开发者 新烽开发者 on 22 Jul 133 bytes init
# 设置启动端口
server:
  port: 8777
  servlet:
    context-path: /subtitles
# 开发环境
spring:
  profiles:
    active: dev