dashboard
repositories
filestore
activity
search
login
main
/
jfpt-BladeX
南昌市物联网技防平台-后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
1.新增根据用户编号查询用户信息接口 2.修复考勤导出信息中考勤类型缺失bug
Administrator
2021-05-18
813b80aeea6829d082d6461da33894a99f07edba
[jfpt-BladeX.git]
/
blade-service
/
blade-system
/
src
/
main
/
resources
/
application-dev.yml
1
2
3
4
5
6
7
8
9
10
#服务器端口
server:
port: 8106
#数据源配置
spring:
datasource:
url: ${blade.datasource.dev.url}
username: ${blade.datasource.dev.username}
password: ${blade.datasource.dev.password}