File tree Expand file tree Collapse file tree 3 files changed +48
-3
lines changed Expand file tree Collapse file tree 3 files changed +48
-3
lines changed Original file line number Diff line number Diff line change 26
26
</properties >
27
27
28
28
<dependencies >
29
+ <dependency >
30
+ <groupId >org.springframework.boot</groupId >
31
+ <artifactId >spring-boot-starter</artifactId >
32
+ </dependency >
29
33
<!-- <dependency>
30
34
<groupId>org.springframework.cloud</groupId>
31
35
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
70
74
<dependency >
71
75
<groupId >org.springframework.boot</groupId >
72
76
<artifactId >spring-boot-devtools</artifactId >
77
+ <scope >provided</scope >
73
78
<optional >true</optional >
74
79
</dependency >
75
80
81
+ <dependency >
82
+ <groupId >com.alibaba</groupId >
83
+ <artifactId >druid-spring-boot-starter</artifactId >
84
+ <version >1.1.10</version >
85
+ </dependency >
86
+
76
87
<dependency >
77
88
<groupId >mysql</groupId >
78
89
<artifactId >mysql-connector-java</artifactId >
83
94
<artifactId >postgresql</artifactId >
84
95
<scope >runtime</scope >
85
96
</dependency >
86
- <dependency >
97
+ <!-- < dependency>
87
98
<groupId>com.alibaba</groupId>
88
99
<artifactId>druid</artifactId>
89
- <version >1.1.9 </version >
90
- </dependency >
100
+ <version>1.1.10 </version>
101
+ </dependency>-->
91
102
<dependency >
92
103
<groupId >com.alibaba</groupId >
93
104
<artifactId >fastjson</artifactId >
Original file line number Diff line number Diff line change
1
+ # ----------------------------------------
2
+ # CORE PROPERTIES
3
+ # ----------------------------------------
4
+ debug : false # Enable debug logs.
5
+ trace : false # Enable trace logs.
6
+
1
7
server :
2
8
port : 8182
3
9
@@ -14,6 +20,11 @@ spring:
14
20
# username: ENC(YiYjVwTulDGN//YaB3KbuA==) #明文root
15
21
# password: ENC(9oaIJkFgGSDFaHH3OXY63RHWQ+amDmiJ) #明文19941017
16
22
type : com.alibaba.druid.pool.DruidDataSource
23
+
24
+ banner :
25
+ charset : UTF-8
26
+ location : classpath:banner.txt
27
+
17
28
logging :
18
29
level :
19
30
org :
Original file line number Diff line number Diff line change
1
+ ${AnsiColor.BRIGHT_YELLOW}
2
+ ////////////////////////////////////////////////////////////////////
3
+ // _ooOoo_ //
4
+ // o8888888o //
5
+ // 88" . "88 //
6
+ // (| ^_^ |) //
7
+ // O\ = /O //
8
+ // ____/`---'\____ //
9
+ // .' \\| |// `. //
10
+ // / \\||| : |||// \ //
11
+ // / _||||| -:- |||||- \ //
12
+ // | | \\\ - /// | | //
13
+ // | \_| ''\---/'' | | //
14
+ // \ .-\__ `-` ___/-. / //
15
+ // ___`. .' /--.--\ `. . ___ //
16
+ // ."" '< `.___\_<|>_/___.' >'"". //
17
+ // | | : `- \`.;`\ _ /`;.`/ - ` : | | //
18
+ // \ \ `-. \_ __\ /__ _/ .-` / / //
19
+ // ========`-.____`-.___\_____/___.-`____.-'======== //
20
+ // `=---=' //
21
+ // ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
22
+ // 佛祖保佑 永不宕机 永无BUG //
23
+ ////////////////////////////////////////////////////////////////////
You can’t perform that action at this time.
0 commit comments