This commit is contained in:
parent
d6db5963d5
commit
e35ec265f7
|
|
@ -16,15 +16,17 @@ public class RuoYiApplication
|
||||||
{
|
{
|
||||||
// System.setProperty("spring.devtools.restart.enabled", "false");
|
// System.setProperty("spring.devtools.restart.enabled", "false");
|
||||||
SpringApplication.run(RuoYiApplication.class, args);
|
SpringApplication.run(RuoYiApplication.class, args);
|
||||||
System.out.println("(♥◠‿◠)ノ゙ 若依启动成功 ლ(´ڡ`ლ)゙ \n" +
|
System.out.println("====网站启动成功==== \n" +
|
||||||
" .-------. ____ __ \n" +
|
" .----------------. .----------------. \n" +
|
||||||
" | _ _ \\ \\ \\ / / \n" +
|
"| .--------------. || .--------------. |\n" +
|
||||||
" | ( ' ) | \\ _. / ' \n" +
|
"| | _______ | || | _________ | |\n" +
|
||||||
" |(_ o _) / _( )_ .' \n" +
|
"| | |_ __ \\ | || | | _ _ | | |\n" +
|
||||||
" | (_,_).' __ ___(_ o _)' \n" +
|
"| | | |__) | | || | |_/ | | \\_| | |\n" +
|
||||||
" | |\\ \\ | || |(_,_)' \n" +
|
"| | | __ / | || | | | | |\n" +
|
||||||
" | | \\ `' /| `-' / \n" +
|
"| | _| | \\ \\_ | || | _| |_ | |\n" +
|
||||||
" | | \\ / \\ / \n" +
|
"| | |____| |___| | || | |_____| | |\n" +
|
||||||
" ''-' `'-' `-..-' ");
|
"| | | || | | |\n" +
|
||||||
|
"| '--------------' || '--------------' |\n" +
|
||||||
|
" '----------------' '----------------' ");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -8,7 +8,7 @@ spring:
|
||||||
master:
|
master:
|
||||||
url: jdbc:mysql://localhost:3306/ry?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
url: jdbc:mysql://localhost:3306/ry?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||||
username: root
|
username: root
|
||||||
password: password
|
password: Feina1220
|
||||||
# 从库数据源
|
# 从库数据源
|
||||||
slave:
|
slave:
|
||||||
# 从数据源开关/默认关闭
|
# 从数据源开关/默认关闭
|
||||||
|
|
|
||||||
|
|
@ -1,24 +1,15 @@
|
||||||
Application Version: ${ruoyi.version}
|
Application Version: ${ruoyi.version}
|
||||||
Spring Boot Version: ${spring-boot.version}
|
Spring Boot Version: ${spring-boot.version}
|
||||||
////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////
|
||||||
// _ooOoo_ //
|
.----------------. .----------------.
|
||||||
// o8888888o //
|
| .--------------. || .--------------. |
|
||||||
// 88" . "88 //
|
| | _______ | || | _________ | |
|
||||||
// (| ^_^ |) //
|
| | |_ __ \ | || | | _ _ | | |
|
||||||
// O\ = /O //
|
| | | |__) | | || | |_/ | | \_| | |
|
||||||
// ____/`---'\____ //
|
| | | __ / | || | | | | |
|
||||||
// .' \\| |// `. //
|
| | _| | \ \_ | || | _| |_ | |
|
||||||
// / \\||| : |||// \ //
|
| | |____| |___| | || | |_____| | |
|
||||||
// / _||||| -:- |||||- \ //
|
| | | || | | |
|
||||||
// | | \\\ - /// | | //
|
| '--------------' || '--------------' |
|
||||||
// | \_| ''\---/'' | | //
|
'----------------' '----------------'
|
||||||
// \ .-\__ `-` ___/-. / //
|
/////////////////////////////////////////
|
||||||
// ___`. .' /--.--\ `. . ___ //
|
|
||||||
// ."" '< `.___\_<|>_/___.' >'"". //
|
|
||||||
// | | : `- \`.;`\ _ /`;.`/ - ` : | | //
|
|
||||||
// \ \ `-. \_ __\ /__ _/ .-` / / //
|
|
||||||
// ========`-.____`-.___\_____/___.-`____.-'======== //
|
|
||||||
// `=---=' //
|
|
||||||
// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
|
|
||||||
// 佛祖保佑 永不宕机 永无BUG //
|
|
||||||
////////////////////////////////////////////////////////////////////
|
|
||||||
Loading…
Reference in New Issue