RuoYi-Vue-Plus/ruoyi-admin/src/main/resources/application.yml
Github_lizhw 4bf49f1b66 调整
2026-01-26 21:13:12 +08:00

14 lines
253 B
YAML
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.

spring:
profiles:
active: ${profiles.active}
application:
name: ruoyi-admin
config:
import:
- optional:nacos:${spring.application.name}.yaml
# 开发环境配置
server:
# 服务器的HTTP端口默认为19100
port: 19100