We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa61e3 commit f2e843eCopy full SHA for f2e843e
3 files changed
02nio/nio01/src/main/java/leetcode/ListNode.java
02nio/nio01/src/main/java/leetcode/Solution.java
04fx/springboot01/target/classes/application.yml
@@ -1,6 +1,11 @@
1
server:
2
port: 8081
3
4
+diy:
5
+ stu:
6
+ id: 1
7
+ name: xiyuan
8
+
9
spring:
10
activemq:
11
broker-url: tcp://127.0.0.1:61616
@@ -18,9 +23,15 @@ spring:
18
23
enabled: true
19
24
max-connections: 10 #连接池最大连接数
20
25
idle-timeout: 30000 #空闲的连接过期时间,默认为30秒
26
27
28
21
29
data:
22
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