dashboard
repositories
filestore
activity
search
login
main
/
fire-springcloud
林火综合应急信息管理系统cloud后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
获取vo详情mapper文件修改
guoshilong
2023-03-13
76fb199d1eded5c8ae136a1746ce10119e0b714a
[fire-springcloud.git]
/
blade-ops
/
blade-develop
/
src
/
main
/
resources
/
application-dev.yml
1
2
3
4
5
6
7
8
9
10
#服务器端口
server:
port: 7007
#数据源配置
spring:
datasource:
url: ${blade.datasource.dev.url}
username: ${blade.datasource.dev.username}
password: ${blade.datasource.dev.password}