Skip to content

Commit f2e843e

Browse files
committed
week09
1 parent dfa61e3 commit f2e843e

3 files changed

Lines changed: 11 additions & 60 deletions

File tree

02nio/nio01/src/main/java/leetcode/ListNode.java

Lines changed: 0 additions & 18 deletions
This file was deleted.

02nio/nio01/src/main/java/leetcode/Solution.java

Lines changed: 0 additions & 42 deletions
This file was deleted.

04fx/springboot01/target/classes/application.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
server:
22
port: 8081
33

4+
diy:
5+
stu:
6+
id: 1
7+
name: xiyuan
8+
49
spring:
510
activemq:
611
broker-url: tcp://127.0.0.1:61616
@@ -18,9 +23,15 @@ spring:
1823
enabled: true
1924
max-connections: 10 #连接池最大连接数
2025
idle-timeout: 30000 #空闲的连接过期时间,默认为30秒
26+
27+
28+
2129
data:
2230
mongodb:
2331
uri: mongodb://localhost:27017/mydb
32+
33+
profiles:
34+
active: true
2435

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

0 commit comments

Comments
 (0)