fix: 智聪记账管理,banner相关功能修改完善。

This commit is contained in:
tianyongbao
2025-03-19 15:55:27 +08:00
parent efdadac78f
commit 8a1502683c
28 changed files with 162 additions and 161 deletions

View File

@@ -17,15 +17,6 @@ public class IntcAuthApplication
public static void main(String[] args) public static void main(String[] args)
{ {
SpringApplication.run(IntcAuthApplication.class, args); SpringApplication.run(IntcAuthApplication.class, args);
System.out.println("(♥◠‿◠)ノ゙ 认证授权中心启动成功 ლ(´ڡ`ლ)゙ \n" + System.out.println("(♥◠‿◠)ノ゙ 智聪科技认证授权中心启动成功 ლ(´ڡ`ლ)゙");
" .-------. ____ __ \n" +
" | _ _ \\ \\ \\ / / \n" +
" | ( ' ) | \\ _. / ' \n" +
" |(_ o _) / _( )_ .' \n" +
" | (_,_).' __ ___(_ o _)' \n" +
" | |\\ \\ | || |(_,_)' \n" +
" | | \\ `' /| `-' / \n" +
" | | \\ / \\ / \n" +
" ''-' `'-' `-..-' ");
} }
} }

View File

@@ -1,10 +1,14 @@
Spring Boot Version: ${spring-boot.version} Spring Boot Version: ${spring-boot.version}
Spring Application Name: ${spring.application.name} Spring Application Name: ${spring.application.name}
_ _ _ (♥◠‿◠)ノ゙ 智聪科技认证授权中心开始启动 ლ(´ڡ`ლ)
(_) | | | | .----------------. .-----------------. .----------------. .----------------.
_ __ _ _ ___ _ _ _ ______ __ _ _ _ | |_ | |__ | .--------------. || .--------------. || .--------------. || .--------------. |
| '__|| | | | / _ \ | | | || ||______| / _` || | | || __|| '_ \ | | _____ | || | ____ _____ | || | _________ | || | ______ | |
| | | |_| || (_) || |_| || | | (_| || |_| || |_ | | | | | | |_ _| | || ||_ \|_ _| | || | | _ _ | | || | .' ___ | | |
|_| \__,_| \___/ \__, ||_| \__,_| \__,_| \__||_| |_| | | | | | || | | \ | | | || | |_/ | | \_| | || | / .' \_| | |
__/ | | | | | | || | | |\ \| | | || | | | | || | | | | |
|___/ | | _| |_ | || | _| |_\ |_ | || | _| |_ | || | \ `.___.'\ | |
| | |_____| | || ||_____|\____| | || | |_____| | || | `._____.' | |
| | | || | | || | | || | | |
| '--------------' || '--------------' || '--------------' || '--------------' |
'----------------' '----------------' '----------------' '----------------'

View File

@@ -10,6 +10,9 @@ spring:
profiles: profiles:
# 环境配置 # 环境配置
active: dev active: dev
banner:
charset: UTF-8
location: classpath:banner.txt
cloud: cloud:
nacos: nacos:
discovery: discovery:

View File

@@ -15,15 +15,6 @@ public class IntcGatewayApplication
public static void main(String[] args) public static void main(String[] args)
{ {
SpringApplication.run(IntcGatewayApplication.class, args); SpringApplication.run(IntcGatewayApplication.class, args);
System.out.println("(♥◠‿◠)ノ゙ 若依网关启动成功 ლ(´ڡ`ლ)゙ \n" + System.out.println("(♥◠‿◠)ノ゙ 智聪科技网关启动成功 ლ(´ڡ`ლ)゙");
" .-------. ____ __ \n" +
" | _ _ \\ \\ \\ / / \n" +
" | ( ' ) | \\ _. / ' \n" +
" |(_ o _) / _( )_ .' \n" +
" | (_,_).' __ ___(_ o _)' \n" +
" | |\\ \\ | || |(_,_)' \n" +
" | | \\ `' /| `-' / \n" +
" | | \\ / \\ / \n" +
" ''-' `'-' `-..-' ");
} }
} }

View File

@@ -1,10 +1,14 @@
Spring Boot Version: ${spring-boot.version} Spring Boot Version: ${spring-boot.version}
Spring Application Name: ${spring.application.name} Spring Application Name: ${spring.application.name}
_ _ (♥◠‿◠)ノ゙ 智聪科技网关开始启动 ლ(´ڡ`ლ)
(_) | | .----------------. .-----------------. .----------------. .----------------.
_ __ _ _ ___ _ _ _ ______ __ _ __ _ | |_ ___ __ __ __ _ _ _ | .--------------. || .--------------. || .--------------. || .--------------. |
| '__|| | | | / _ \ | | | || ||______| / _` | / _` || __| / _ \\ \ /\ / / / _` || | | | | | _____ | || | ____ _____ | || | _________ | || | ______ | |
| | | |_| || (_) || |_| || | | (_| || (_| || |_ | __/ \ V V / | (_| || |_| | | | |_ _| | || ||_ \|_ _| | || | | _ _ | | || | .' ___ | | |
|_| \__,_| \___/ \__, ||_| \__, | \__,_| \__| \___| \_/\_/ \__,_| \__, | | | | | | || | | \ | | | || | |_/ | | \_| | || | / .' \_| | |
__/ | __/ | __/ | | | | | | || | | |\ \| | | || | | | | || | | | | |
|___/ |___/ |___/ | | _| |_ | || | _| |_\ |_ | || | _| |_ | || | \ `.___.'\ | |
| | |_____| | || ||_____|\____| | || | |_____| | || | `._____.' | |
| | | || | | || | | || | | |
| '--------------' || '--------------' || '--------------' || '--------------' |
'----------------' '----------------' '----------------' '----------------'

View File

@@ -9,6 +9,9 @@ spring:
profiles: profiles:
# 环境配置 # 环境配置
active: dev active: dev
banner:
charset: UTF-8
location: classpath:banner.txt
cloud: cloud:
nacos: nacos:
discovery: discovery:

View File

@@ -17,15 +17,6 @@ public class IntcFileApplication
public static void main(String[] args) public static void main(String[] args)
{ {
SpringApplication.run(IntcFileApplication.class, args); SpringApplication.run(IntcFileApplication.class, args);
System.out.println("(♥◠‿◠)ノ゙ 文件服务模块启动成功 ლ(´ڡ`ლ)゙ \n" + System.out.println("(♥◠‿◠)ノ゙ 智聪科技文件服务模块启动成功 ლ(´ڡ`ლ)゙");
" .-------. ____ __ \n" +
" | _ _ \\ \\ \\ / / \n" +
" | ( ' ) | \\ _. / ' \n" +
" |(_ o _) / _( )_ .' \n" +
" | (_,_).' __ ___(_ o _)' \n" +
" | |\\ \\ | || |(_,_)' \n" +
" | | \\ `' /| `-' / \n" +
" | | \\ / \\ / \n" +
" ''-' `'-' `-..-' ");
} }
} }

View File

@@ -1,10 +1,14 @@
Spring Boot Version: ${spring-boot.version} Spring Boot Version: ${spring-boot.version}
Spring Application Name: ${spring.application.name} Spring Application Name: ${spring.application.name}
_ __ _ _ (♥◠‿◠)ノ゙ 智聪科技文件服务模块开始启动 ლ(´ڡ`ლ)
(_) / _|(_)| | .----------------. .-----------------. .----------------. .----------------.
_ __ _ _ ___ _ _ _ ______ | |_ _ | | ___ | .--------------. || .--------------. || .--------------. || .--------------. |
| '__|| | | | / _ \ | | | || ||______|| _|| || | / _ \ | | _____ | || | ____ _____ | || | _________ | || | ______ | |
| | | |_| || (_) || |_| || | | | | || || __/ | | |_ _| | || ||_ \|_ _| | || | | _ _ | | || | .' ___ | | |
|_| \__,_| \___/ \__, ||_| |_| |_||_| \___| | | | | | || | | \ | | | || | |_/ | | \_| | || | / .' \_| | |
__/ | | | | | | || | | |\ \| | | || | | | | || | | | | |
|___/ | | _| |_ | || | _| |_\ |_ | || | _| |_ | || | \ `.___.'\ | |
| | |_____| | || ||_____|\____| | || | |_____| | || | `._____.' | |
| | | || | | || | | || | | |
| '--------------' || '--------------' || '--------------' || '--------------' |
'----------------' '----------------' '----------------' '----------------'

View File

@@ -13,6 +13,9 @@ spring:
profiles: profiles:
# 环境配置 # 环境配置
active: dev active: dev
banner:
charset: UTF-8
location: classpath:banner.txt
servlet: servlet:
multipart: multipart:
enabled: true enabled: true

View File

@@ -20,15 +20,6 @@ public class IntcGenApplication
public static void main(String[] args) public static void main(String[] args)
{ {
SpringApplication.run(IntcGenApplication.class, args); SpringApplication.run(IntcGenApplication.class, args);
System.out.println("(♥◠‿◠)ノ゙ 代码生成模块启动成功 ლ(´ڡ`ლ)゙ \n" + System.out.println("(♥◠‿◠)ノ゙ 智聪科技代码生成模块启动成功 ლ(´ڡ`ლ)゙");
" .-------. ____ __ \n" +
" | _ _ \\ \\ \\ / / \n" +
" | ( ' ) | \\ _. / ' \n" +
" |(_ o _) / _( )_ .' \n" +
" | (_,_).' __ ___(_ o _)' \n" +
" | |\\ \\ | || |(_,_)' \n" +
" | | \\ `' /| `-' / \n" +
" | | \\ / \\ / \n" +
" ''-' `'-' `-..-' ");
} }
} }

View File

@@ -1,10 +1,14 @@
Spring Boot Version: ${spring-boot.version} Spring Boot Version: ${spring-boot.version}
Spring Application Name: ${spring.application.name} Spring Application Name: ${spring.application.name}
_ (♥◠‿◠)ノ゙ 智聪科技代码生成模块开始启动 ლ(´ڡ`ლ)
(_) .----------------. .-----------------. .----------------. .----------------.
_ __ _ _ ___ _ _ _ ______ __ _ ___ _ __ | .--------------. || .--------------. || .--------------. || .--------------. |
| '__|| | | | / _ \ | | | || ||______| / _` | / _ \| '_ \ | | _____ | || | ____ _____ | || | _________ | || | ______ | |
| | | |_| || (_) || |_| || | | (_| || __/| | | | | | |_ _| | || ||_ \|_ _| | || | | _ _ | | || | .' ___ | | |
|_| \__,_| \___/ \__, ||_| \__, | \___||_| |_| | | | | | || | | \ | | | || | |_/ | | \_| | || | / .' \_| | |
__/ | __/ | | | | | | || | | |\ \| | | || | | | | || | | | | |
|___/ |___/ | | _| |_ | || | _| |_\ |_ | || | _| |_ | || | \ `.___.'\ | |
| | |_____| | || ||_____|\____| | || | |_____| | || | `._____.' | |
| | | || | | || | | || | | |
| '--------------' || '--------------' || '--------------' || '--------------' |
'----------------' '----------------' '----------------' '----------------'

View File

@@ -10,6 +10,9 @@ spring:
profiles: profiles:
# 环境配置 # 环境配置
active: dev active: dev
banner:
charset: UTF-8
location: classpath:banner.txt
cloud: cloud:
nacos: nacos:
discovery: discovery:

View File

@@ -1,8 +1,15 @@
Spring Boot Version: ${spring-boot.version} Spring Boot Version: ${spring-boot.version}
Spring Application Name: ${spring.application.name} Spring Application Name: ${spring.application.name}
_ _ _ __ _ _ _ (♥◠‿◠)ノ゙ 智聪健康业务模块开始启动 ლ(´ڡ`ლ)
___ _ __ __ _ _ _ | |_ o O O | | (_) / _` | | |_ | |_ .----------------. .-----------------. .----------------. .----------------.
(_-< | ' \ / _` | | '_| | _| o | | | | \__, | | ' \ | _| | .--------------. || .--------------. || .--------------. || .--------------. |
/__/_ |_|_|_| \__,_| _|_|_ _\__| TS__[O] _|_|_ _|_|_ |___/ |_||_| _\__| | | _____ | || | ____ _____ | || | _________ | || | ______ | |
_|"""""|_|"""""|_|"""""|_|"""""|_|"""""| {======|_|"""""|_|"""""|_|"""""|_|"""""|_|"""""| | | |_ _| | || ||_ \|_ _| | || | | _ _ | | || | .' ___ | | |
"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'./o--000'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-' | | | | | || | | \ | | | || | |_/ | | \_| | || | / .' \_| | |
| | | | | || | | |\ \| | | || | | | | || | | | | |
| | _| |_ | || | _| |_\ |_ | || | _| |_ | || | \ `.___.'\ | |
| | |_____| | || ||_____|\____| | || | |_____| | || | `._____.' | |
| | | || | | || | | || | | |
| '--------------' || '--------------' || '--------------' || '--------------' |
'----------------' '----------------' '----------------' '----------------'

View File

@@ -13,6 +13,9 @@ spring:
profiles: profiles:
# 环境配置 # 环境配置
active: dev active: dev
banner:
charset: UTF-8
location: classpath:banner.txt
servlet: servlet:
multipart: multipart:
enabled: true enabled: true

View File

@@ -25,6 +25,6 @@ public class IntcInvestApplication
//设置+8时区避免因为时区问题导致预约时间不正确 //设置+8时区避免因为时区问题导致预约时间不正确
TimeZone.setDefault(TimeZone.getTimeZone(ZoneOffset.of("+8"))); TimeZone.setDefault(TimeZone.getTimeZone(ZoneOffset.of("+8")));
SpringApplication.run(IntcInvestApplication.class, args); SpringApplication.run(IntcInvestApplication.class, args);
System.out.println("(♥◠‿◠)ノ゙ 智聪投资业务模块启动成功 ლ(´ڡ`ლ)゙"); System.out.println("(♥◠‿◠)ノ゙ 智聪记账业务模块启动成功 ლ(´ڡ`ლ)゙");
} }
} }

View File

@@ -1,8 +1,15 @@
Spring Boot Version: ${spring-boot.version} Spring Boot Version: ${spring-boot.version}
Spring Application Name: ${spring.application.name} Spring Application Name: ${spring.application.name}
_ _ _ __ _ _ _ (♥◠‿◠)ノ゙ 智聪记账业务模块开始启动 ლ(´ڡ`ლ)
___ _ __ __ _ _ _ | |_ o O O | | (_) / _` | | |_ | |_ .----------------. .-----------------. .----------------. .----------------.
(_-< | ' \ / _` | | '_| | _| o | | | | \__, | | ' \ | _| | .--------------. || .--------------. || .--------------. || .--------------. |
/__/_ |_|_|_| \__,_| _|_|_ _\__| TS__[O] _|_|_ _|_|_ |___/ |_||_| _\__| | | _____ | || | ____ _____ | || | _________ | || | ______ | |
_|"""""|_|"""""|_|"""""|_|"""""|_|"""""| {======|_|"""""|_|"""""|_|"""""|_|"""""|_|"""""| | | |_ _| | || ||_ \|_ _| | || | | _ _ | | || | .' ___ | | |
"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'./o--000'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-' | | | | | || | | \ | | | || | |_/ | | \_| | || | / .' \_| | |
| | | | | || | | |\ \| | | || | | | | || | | | | |
| | _| |_ | || | _| |_\ |_ | || | _| |_ | || | \ `.___.'\ | |
| | |_____| | || ||_____|\____| | || | |_____| | || | `._____.' | |
| | | || | | || | | || | | |
| '--------------' || '--------------' || '--------------' || '--------------' |
'----------------' '----------------' '----------------' '----------------'

View File

@@ -13,6 +13,9 @@ spring:
profiles: profiles:
# 环境配置 # 环境配置
active: dev active: dev
banner:
charset: UTF-8
location: classpath:banner.txt
servlet: servlet:
multipart: multipart:
enabled: true enabled: true

View File

@@ -20,15 +20,6 @@ public class IntcJobApplication
public static void main(String[] args) public static void main(String[] args)
{ {
SpringApplication.run(IntcJobApplication.class, args); SpringApplication.run(IntcJobApplication.class, args);
System.out.println("(♥◠‿◠)ノ゙ 定时任务模块启动成功 ლ(´ڡ`ლ)゙ \n" + System.out.println("(♥◠‿◠)ノ゙ 智聪科技定时任务模块启动成功 ლ(´ڡ`ლ)゙");
" .-------. ____ __ \n" +
" | _ _ \\ \\ \\ / / \n" +
" | ( ' ) | \\ _. / ' \n" +
" |(_ o _) / _( )_ .' \n" +
" | (_,_).' __ ___(_ o _)' \n" +
" | |\\ \\ | || |(_,_)' \n" +
" | | \\ `' /| `-' / \n" +
" | | \\ / \\ / \n" +
" ''-' `'-' `-..-' ");
} }
} }

View File

@@ -1,10 +1,14 @@
Spring Boot Version: ${spring-boot.version} Spring Boot Version: ${spring-boot.version}
Spring Application Name: ${spring.application.name} Spring Application Name: ${spring.application.name}
_ _ _ (♥◠‿◠)ノ゙ 智聪科技定时任务模块开始启动 ლ(´ڡ`ლ)
(_) (_) | | .----------------. .-----------------. .----------------. .----------------.
_ __ _ _ ___ _ _ _ ______ _ ___ | |__ | .--------------. || .--------------. || .--------------. || .--------------. |
| '__|| | | | / _ \ | | | || ||______| | | / _ \ | '_ \ | | _____ | || | ____ _____ | || | _________ | || | ______ | |
| | | |_| || (_) || |_| || | | || (_) || |_) | | | |_ _| | || ||_ \|_ _| | || | | _ _ | | || | .' ___ | | |
|_| \__,_| \___/ \__, ||_| | | \___/ |_.__/ | | | | | || | | \ | | | || | |_/ | | \_| | || | / .' \_| | |
__/ | _/ | | | | | | || | | |\ \| | | || | | | | || | | | | |
|___/ |__/ | | _| |_ | || | _| |_\ |_ | || | _| |_ | || | \ `.___.'\ | |
| | |_____| | || ||_____|\____| | || | |_____| | || | `._____.' | |
| | | || | | || | | || | | |
| '--------------' || '--------------' || '--------------' || '--------------' |
'----------------' '----------------' '----------------' '----------------'

View File

@@ -10,6 +10,9 @@ spring:
profiles: profiles:
# 环境配置 # 环境配置
active: dev active: dev
banner:
charset: UTF-8
location: classpath:banner.txt
cloud: cloud:
nacos: nacos:
discovery: discovery:

View File

@@ -20,15 +20,6 @@ public class IntcSystemApplication
public static void main(String[] args) public static void main(String[] args)
{ {
SpringApplication.run(IntcSystemApplication.class, args); SpringApplication.run(IntcSystemApplication.class, args);
System.out.println("(♥◠‿◠)ノ゙ 系统模块启动成功 ლ(´ڡ`ლ)゙ \n" + System.out.println("(♥◠‿◠)ノ゙ 智聪科技系统管理模块启动成功 ლ(´ڡ`ლ)゙");
" .-------. ____ __ \n" +
" | _ _ \\ \\ \\ / / \n" +
" | ( ' ) | \\ _. / ' \n" +
" |(_ o _) / _( )_ .' \n" +
" | (_,_).' __ ___(_ o _)' \n" +
" | |\\ \\ | || |(_,_)' \n" +
" | | \\ `' /| `-' / \n" +
" | | \\ / \\ / \n" +
" ''-' `'-' `-..-' ");
} }
} }

View File

@@ -1,10 +1,14 @@
Spring Boot Version: ${spring-boot.version} Spring Boot Version: ${spring-boot.version}
Spring Application Name: ${spring.application.name} Spring Application Name: ${spring.application.name}
_ _ (♥◠‿◠)ノ゙ 智聪科技系统管理模块开始启动 ლ(´ڡ`ლ)
(_) | | .----------------. .-----------------. .----------------. .----------------.
_ __ _ _ ___ _ _ _ ______ ___ _ _ ___ | |_ ___ _ __ ___ | .--------------. || .--------------. || .--------------. || .--------------. |
| '__|| | | | / _ \ | | | || ||______|/ __|| | | |/ __|| __| / _ \| '_ ` _ \ | | _____ | || | ____ _____ | || | _________ | || | ______ | |
| | | |_| || (_) || |_| || | \__ \| |_| |\__ \| |_ | __/| | | | | | | | |_ _| | || ||_ \|_ _| | || | | _ _ | | || | .' ___ | | |
|_| \__,_| \___/ \__, ||_| |___/ \__, ||___/ \__| \___||_| |_| |_| | | | | | || | | \ | | | || | |_/ | | \_| | || | / .' \_| | |
__/ | __/ | | | | | | || | | |\ \| | | || | | | | || | | | | |
|___/ |___/ | | _| |_ | || | _| |_\ |_ | || | _| |_ | || | \ `.___.'\ | |
| | |_____| | || ||_____|\____| | || | |_____| | || | `._____.' | |
| | | || | | || | | || | | |
| '--------------' || '--------------' || '--------------' || '--------------' |
'----------------' '----------------' '----------------' '----------------'

View File

@@ -10,6 +10,9 @@ spring:
profiles: profiles:
# 环境配置 # 环境配置
active: dev active: dev
banner:
charset: UTF-8
location: classpath:banner.txt
cloud: cloud:
nacos: nacos:
discovery: discovery:

View File

@@ -1,24 +1,15 @@
Spring Boot Version: ${spring-boot.version} Spring Boot Version: ${spring-boot.version}
Spring Application Name: ${spring.application.name} Spring Application Name: ${spring.application.name}
//////////////////////////////////////////////////////////////////// (♥◠‿◠)ノ゙ 智聪微信业务模块开始启动 ლ(´ڡ`ლ)゙
// _ooOoo_ // .----------------. .-----------------. .----------------. .----------------.
// o8888888o // | .--------------. || .--------------. || .--------------. || .--------------. |
// 88" . "88 // | | _____ | || | ____ _____ | || | _________ | || | ______ | |
// (| ^_^ |) // | | |_ _| | || ||_ \|_ _| | || | | _ _ | | || | .' ___ | | |
// O\ = /O // | | | | | || | | \ | | | || | |_/ | | \_| | || | / .' \_| | |
// ____/`---'\____ // | | | | | || | | |\ \| | | || | | | | || | | | | |
// .' \\| |// `. // | | _| |_ | || | _| |_\ |_ | || | _| |_ | || | \ `.___.'\ | |
// / \\||| : |||// \ // | | |_____| | || ||_____|\____| | || | |_____| | || | `._____.' | |
// / _||||| -:- |||||- \ // | | | || | | || | | || | | |
// | | \\\ - /// | | // | '--------------' || '--------------' || '--------------' || '--------------' |
// | \_| ''\---/'' | | // '----------------' '----------------' '----------------' '----------------'
// \ .-\__ `-` ___/-. / //
// ___`. .' /--.--\ `. . ___ //
// ."" '< `.___\_<|>_/___.' >'"". //
// | | : `- \`.;`\ _ /`;.`/ - ` : | | //
// \ \ `-. \_ __\ /__ _/ .-` / / //
// ========`-.____`-.___\_____/___.-`____.-'======== //
// `=---=' //
// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
// 佛祖保佑 永不宕机 永无BUG //
////////////////////////////////////////////////////////////////////

View File

@@ -13,6 +13,9 @@ spring:
profiles: profiles:
# 环境配置 # 环境配置
active: dev active: dev
banner:
charset: UTF-8
location: classpath:banner.txt
servlet: servlet:
multipart: multipart:
enabled: true enabled: true

View File

@@ -16,15 +16,7 @@ public class IntcMonitorApplication
public static void main(String[] args) public static void main(String[] args)
{ {
SpringApplication.run(IntcMonitorApplication.class, args); SpringApplication.run(IntcMonitorApplication.class, args);
System.out.println("(♥◠‿◠)ノ゙ 监控中心启动成功 ლ(´ڡ`ლ)゙ \n" + System.out.println("(♥◠‿◠)ノ゙ 智聪科技监控中心启动成功 ლ(´ڡ`ლ)゙");
" .-------. ____ __ \n" +
" | _ _ \\ \\ \\ / / \n" +
" | ( ' ) | \\ _. / ' \n" +
" |(_ o _) / _( )_ .' \n" +
" | (_,_).' __ ___(_ o _)' \n" +
" | |\\ \\ | || |(_,_)' \n" +
" | | \\ `' /| `-' / \n" +
" | | \\ / \\ / \n" +
" ''-' `'-' `-..-' ");
} }
} }

View File

@@ -1,10 +1,14 @@
Spring Boot Version: ${spring-boot.version} Spring Boot Version: ${spring-boot.version}
Spring Application Name: ${spring.application.name} Spring Application Name: ${spring.application.name}
_ _ _ (♥◠‿◠)ノ゙ 智聪科技监控中心开始启动 ლ(´ڡ`ლ)゙
(_) (_)| | .----------------. .-----------------. .----------------. .----------------.
_ __ _ _ ___ _ _ _ ______ _ __ ___ ___ _ __ _ | |_ ___ _ __ | .--------------. || .--------------. || .--------------. || .--------------. |
| '__|| | | | / _ \ | | | || ||______|| '_ ` _ \ / _ \ | '_ \ | || __| / _ \ | '__| | | _____ | || | ____ _____ | || | _________ | || | ______ | |
| | | |_| || (_) || |_| || | | | | | | || (_) || | | || || |_ | (_) || | | | |_ _| | || ||_ \|_ _| | || | | _ _ | | || | .' ___ | | |
|_| \__,_| \___/ \__, ||_| |_| |_| |_| \___/ |_| |_||_| \__| \___/ |_| | | | | | || | | \ | | | || | |_/ | | \_| | || | / .' \_| | |
__/ | | | | | | || | | |\ \| | | || | | | | || | | | | |
|___/ | | _| |_ | || | _| |_\ |_ | || | _| |_ | || | \ `.___.'\ | |
| | |_____| | || ||_____|\____| | || | |_____| | || | `._____.' | |
| | | || | | || | | || | | |
| '--------------' || '--------------' || '--------------' || '--------------' |
'----------------' '----------------' '----------------' '----------------'

View File

@@ -10,6 +10,9 @@ spring:
profiles: profiles:
# 环境配置 # 环境配置
active: dev active: dev
banner:
charset: UTF-8
location: classpath:banner.txt
cloud: cloud:
nacos: nacos:
discovery: discovery: