Skip to content

Commit 94c1935

Browse files
xujinxujin
authored andcommitted
Merge remote-tracking branch 'origin/master' into develop
2 parents 3fae6a6 + cde9a0f commit 94c1935

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

moss-web/src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ spring:
22
application:
33
name: halo-moss
44
datasource:
5-
url: jdbc:mysql://ip:端口/moss?useUnicode=true&characterEncoding=utf8
5+
url: jdbc:mysql://ip:端口/moss?useUnicode=true&characterEncoding=utf8&useSSL=false
66
username: 用户名
77
password: 密码
8-
driver-class-name: com.mysql.jdbc.Driver
8+
driver-class-name: com.mysql.cj.jdbc.Driver
99
type: com.alibaba.druid.pool.DruidDataSource
1010
filters: stat
1111
maxActive: 20
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
${AnsiColor.BRIGHT_BLACK}
22

33

4-
____ ,----..
5-
,' , `. / / \ .--.--. .--.--. Moss Version: ${application.formatted-version}
6-
,-+-,.' _ | / . : / / '. / / '. Port: ${server.port} Pid: ${pid}
7-
,-+-. ; , || . / ;. \| : /`. /| : /`. /
8-
,--.'|' | ;|. ; / ` ;; | |--` ; | |--` Console: http://127.0.0.1:${server.port}
9-
| | ,', | ':; | ; \ ; || : ;_ | : ;_ Running Spring Boot ${spring-boot.version}
10-
| | / | | ||| : | ; | ' \ \ `. \ \ `.
11-
' | : | : |,. | ' ' ' : `----. \ `----. \ 更多访问: http://xujin.org
12-
; . | ; |--' ' ; \; / | __ \ \ | __ \ \ |
13-
| : | | , \ \ ', / / /`--' // /`--' /
14-
| : ' |/ ; : / '--'. /'--'. /
15-
; | |`-' \ \ .' `--'---' `--'---'
16-
| ;/ `---`
17-
'---'
4+
${AnsiColor.BLUE} ____ ${AnsiColor.BLACK} ,----.. ${AnsiColor.RED} ${AnsiColor.BLUE} ${AnsiColor.BLACK}
5+
${AnsiColor.BLUE} ,' , `.${AnsiColor.BLACK} / / \ ${AnsiColor.RED} .--.--. ${AnsiColor.BLUE} .--.--. ${AnsiColor.BLACK} Moss Version: ${application.formatted-version}
6+
${AnsiColor.BLUE} ,-+-,.' _ |${AnsiColor.BLACK} / . : ${AnsiColor.RED} / / '.${AnsiColor.BLUE} / / '. ${AnsiColor.BLACK} Port: ${server.port} Pid: ${pid}
7+
${AnsiColor.BLUE} ,-+-. ; , ||${AnsiColor.BLACK} . / ;. \${AnsiColor.RED}| : /`. /${AnsiColor.BLUE}| : /`. / ${AnsiColor.BLACK}
8+
${AnsiColor.BLUE} ,--.'|' | ;|${AnsiColor.BLACK}. ; / ` ;${AnsiColor.RED}; | |--` ${AnsiColor.BLUE}; | |--` ${AnsiColor.BLACK} Console: http://127.0.0.1:${server.port}
9+
${AnsiColor.BLUE} | | ,', | ':${AnsiColor.BLACK}; | ; \ ; |${AnsiColor.RED}| : ;_ ${AnsiColor.BLUE}| : ;_ ${AnsiColor.BLACK} Running Spring Boot ${spring-boot.version}
10+
${AnsiColor.BLUE} | | / | | ||${AnsiColor.BLACK}| : | ; | '${AnsiColor.RED} \ \ `.${AnsiColor.BLUE} \ \ `. ${AnsiColor.BLACK}
11+
${AnsiColor.BLUE} ' | : | : |,${AnsiColor.BLACK}. | ' ' ' :${AnsiColor.RED} `----. \${AnsiColor.BLUE} `----. \ ${AnsiColor.BLACK} 更多访问: http://xujin.org
12+
${AnsiColor.BLUE} ; . | ; |--' ${AnsiColor.BLACK}' ; \; / |${AnsiColor.RED} __ \ \ |${AnsiColor.BLUE} __ \ \ | ${AnsiColor.BLACK}
13+
${AnsiColor.BLUE} | : | | , ${AnsiColor.BLACK} \ \ ', / ${AnsiColor.RED} / /`--' /${AnsiColor.BLUE}/ /`--' / ${AnsiColor.BLACK}
14+
${AnsiColor.BLUE} | : ' |/ ${AnsiColor.BLACK} ; : / ${AnsiColor.RED}'--'. /${AnsiColor.BLUE}'--'. / ${AnsiColor.BLACK}
15+
${AnsiColor.BLUE} ; | |`-' ${AnsiColor.BLACK} \ \ .' ${AnsiColor.RED} `--'---' ${AnsiColor.BLUE} `--'---' ${AnsiColor.BLACK}
16+
${AnsiColor.BLUE} | ;/ ${AnsiColor.BLACK} `---` ${AnsiColor.RED} ${AnsiColor.BLUE} ${AnsiColor.BLACK}
17+
${AnsiColor.BLUE} '---' ${AnsiColor.BLACK} ${AnsiColor.RED} ${AnsiColor.BLUE} ${AnsiColor.BLACK}
1818

19-
${AnsiColor.BLACK}>>>>>>>>>>>>莫斯(Moss),让Spring Cloud应用不再"四处流浪"!<<<<<<<<<<<<
19+
${AnsiColor.BLACK}>>>>>>>>>>>>莫斯(Moss),让Spring Cloud应用不再"四处流浪"!<<<<<<<<<<<<${AnsiColor.WHITE}
2020

2121

2222

0 commit comments

Comments
 (0)