Skip to content

Commit

Permalink
week09
Browse files Browse the repository at this point in the history
  • Loading branch information
xuehui-Z committed Dec 13, 2020
1 parent dfa61e3 commit f2e843e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 60 deletions.
18 changes: 0 additions & 18 deletions 02nio/nio01/src/main/java/leetcode/ListNode.java

This file was deleted.

42 changes: 0 additions & 42 deletions 02nio/nio01/src/main/java/leetcode/Solution.java

This file was deleted.

11 changes: 11 additions & 0 deletions 04fx/springboot01/target/classes/application.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
server:
port: 8081

diy:
stu:
id: 1
name: xiyuan

spring:
activemq:
broker-url: tcp://127.0.0.1:61616
Expand All @@ -18,9 +23,15 @@ spring:
enabled: true
max-connections: 10 #连接池最大连接数
idle-timeout: 30000 #空闲的连接过期时间,默认为30秒



data:
mongodb:
uri: mongodb://localhost:27017/mydb

profiles:
active: true

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

0 comments on commit f2e843e

Please sign in to comment.