You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
224 B
15 lines
224 B
# Tomcat
|
|
server:
|
|
port: 9102
|
|
|
|
# Spring
|
|
spring:
|
|
main:
|
|
#解决循环依赖问题
|
|
allow-circular-references: true
|
|
application:
|
|
# 应用名称
|
|
name: bnyer-img
|
|
profiles:
|
|
# 环境配置
|
|
active: test
|
|
|