Skip to content

Commit 97bce2d

Browse files
committed
Merge remote-tracking branch 'upstream/main' into main
2 parents ca5f7f1 + ae4a252 commit 97bce2d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

04fx/springboot01/src/main/resources/application.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,15 @@ spring:
2323
enabled: true
2424
max-connections: 10 #连接池最大连接数
2525
idle-timeout: 30000 #空闲的连接过期时间,默认为30秒
26+
27+
28+
2629
data:
2730
mongodb:
2831
uri: mongodb://localhost:27017/mydb
32+
33+
profiles:
34+
active: true
2935

3036
# jms:
3137
# pub-sub-domain: true #默认情况下activemq提供的是queue模式,若要使用topic模式需要配置下面配置

0 commit comments

Comments
 (0)