1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00

#78 增加banner,fix error in sql

This commit is contained in:
Hai Liang Wang 2018-09-14 10:40:01 +08:00
parent ad78356c4f
commit 4a79e36def
4 changed files with 13 additions and 3 deletions

View File

@ -98,7 +98,7 @@ public class Application {
public static void main(String[] args) {
Application.init();
SpringApplication app = new SpringApplication(Application.class) ;
app.setBannerMode(Banner.Mode.OFF);
app.setBannerMode(Banner.Mode.CONSOLE);
app.setAddCommandLineProperties(false);
app.addListeners(new StartedEventListener());
MainContext.setApplicationContext(app.run(args));

View File

@ -18,7 +18,7 @@
# 证书相关信息
license.client.id=bxzq
application.version=1.0.0
# security
management.security.enabled=false

View File

@ -0,0 +1,11 @@
____ _ _ ____ _
/ ___|___ _ __ | |_ __ _ ___| |_ / ___|___ _ __ | |_ ___ _ __
| | / _ \| '_ \| __/ _` |/ __| __| | | / _ \ '_ \| __/ _ \ '__|
| |__| (_) | | | | || (_| | (__| |_ | |__| __/ | | | || __/ |
\____\___/|_| |_|\__\__,_|\___|\__| \____\___|_| |_|\__\___|_|
=============== Powered by chatopera ============
------ https://github.com/chatopera/cosin -------
春松客服: 全渠道智能客服 version ${application.version}
_________________________________________________

View File

@ -3416,7 +3416,6 @@ CREATE TABLE `uk_snsaccount` (
`MOREPARAM` varchar(255) DEFAULT NULL COMMENT '更多参数',
`ORGI` varchar(255) DEFAULT NULL COMMENT '租户ID',
`ORGAN` varchar(32) DEFAULT NULL COMMENT '组织机构ID',
`CREATER` varchar(32) DEFAULT NULL COMMENT '创建人ID',
`DEFAULTACCOUNT` smallint(6) DEFAULT NULL COMMENT '默认账号',
`lastatupdate` varchar(96) DEFAULT NULL COMMENT '最后更新时间',
`lastprimsgupdate` varchar(96) DEFAULT NULL,