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 *.nar
*.ear *.ear
*.rar *.rar
*start-2.0.jar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid* hs_err_pid*

View File

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

Binary file not shown.