dashboard
repositories
filestore
activity
search
login
main
/
zhny_java
智慧农业后台管理
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
用户查询增加模糊查询;修复当编辑用户时账号解封的问题;全景管理查询未删除的数据;当性别,生日未填时数据库同时也录入数据
guoshilong
2022-10-24
62084735c1f5d6b6d4771aadf4d9241479a4d4ee
[zhny_java.git]
/
doc
/
script
/
docker
/
elk
/
kibana.yml
1
2
3
4
5
6
7
8
# 服务端口
server.port: 5601
# 服务IP
server.host: "0.0.0.0"
# ES
elasticsearch.hosts: ["http://es-master:9200"]
# 汉化
i18n.locale: "zh-CN"