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