We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca5f7f1 + ae4a252 commit 97bce2dCopy full SHA for 97bce2d
1 file changed
04fx/springboot01/src/main/resources/application.yml
@@ -23,9 +23,15 @@ spring:
23
enabled: true
24
max-connections: 10 #连接池最大连接数
25
idle-timeout: 30000 #空闲的连接过期时间,默认为30秒
26
+
27
28
29
data:
30
mongodb:
31
uri: mongodb://localhost:27017/mydb
32
33
+ profiles:
34
+ active: true
35
36
# jms:
37
# pub-sub-domain: true #默认情况下activemq提供的是queue模式,若要使用topic模式需要配置下面配置
0 commit comments