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

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

View File

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

View File

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