This commit is contained in:
JEECG
2024-12-29 22:54:14 +08:00
parent 136c7103f2
commit a20ca2239c
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -15,6 +15,7 @@
*.nar
*.ear
*.rar
*start-2.0.jar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

View File

@@ -148,7 +148,7 @@ spring:
#mongodb
data:
mongodb:
uri: mongodb://admin:123456@127.0.0.1:27017/jeecg
uri: mongodb://admin:123456@127.0.0.1:27017/qiaoqiaoyun
print: true
slowQuery: true
slowTime: 1000

Binary file not shown.