mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-18 09:35:29 +08:00
14 lines
253 B
YAML
14 lines
253 B
YAML
spring:
|
||
profiles:
|
||
active: ${profiles.active}
|
||
application:
|
||
name: ruoyi-admin
|
||
config:
|
||
import:
|
||
- optional:nacos:${spring.application.name}.yaml
|
||
|
||
# 开发环境配置
|
||
server:
|
||
# 服务器的HTTP端口,默认为19100
|
||
port: 19100
|