初始化仓库
This commit is contained in:
11
src/main/resources/application-dev.yml
Normal file
11
src/main/resources/application-dev.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
# Tomcat
|
||||
server:
|
||||
port: 9401
|
||||
|
||||
spring:
|
||||
application:
|
||||
# 应用名称
|
||||
name: studybehavior
|
||||
profiles:
|
||||
# 环境配置
|
||||
active: dev
|
||||
Reference in New Issue
Block a user