Skip to content

Commit

Permalink
cskefu#713 print license in start log, upgrade to lang lvl to java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Hai Liang Wang committed Jun 25, 2022
1 parent 1d523cd commit 9e3292a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion contact-center/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM chatopera/java-1.8.0-amazon-corretto-jdk:1.0.0
FROM chatopera/java:11
MAINTAINER Hai Liang Wang <[email protected]>
# base image is built with config/base/build.sh

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ protected static void serve(final String[] args) {
SpringApplication app = new SpringApplicationBuilder(Application.class)
.properties("spring.config.name:application,git")
.build();
System.out.println("春松客服采用开源许可证:Apache License 2.0");
System.out.println("详细介绍:https://docs.chatopera.com/products/cskefu/osc/license.html");
BlessingAndUnblessing.print();
app.setBannerMode(Banner.Mode.CONSOLE);
app.setAddCommandLineProperties(false);
Expand Down
19 changes: 12 additions & 7 deletions contact-center/app/src/main/resources/banner.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
. . .
.... ... .. ... .||. .... .... .||. .... .... .. ... .||. .... ... ..
.| '' .| '|. || || || '' .|| .| '' || .| '' .|...|| || || || .|...|| ||' ''
|| || || || || || .|' || || || || || || || || || ||
'|...' '|..|' .||. ||. '|.' '|..'|' '|...' '|.' '|...' '|...' .||. ||. '|.' '|...' .||.
___ ___ ___ ___ ___
/ /\ / /\ / /\ / /\ ___ / /\
/ /::\ / /::\ / /:/ / /::\ / /\ / /:/
/ /:/\:\ /__/:/\:\ / /:/ / /:/\:\ / /::\ / /:/
/ /:/ \:\ _\_ \:\ \:\ / /::\____ / /::\ \:\ / /:/\:\ / /:/
/__/:/ \ \:\ /__/\ \:\ \:\ /__/:/\:::::\ /__/:/\:\ \:\ / /::\ \:\ /__/:/ /\
\ \:\ \__\/ \ \:\ \:\_\/ \__\/~|:|~~~~ \ \:\ \:\_\/ /__/:/\:\ \:\ \ \:\ /:/
\ \:\ \ \:\_\:\ | |:| \ \:\ \:\ \__\/ \:\_\/ \ \:\ /:/
\ \:\ \ \:\/:/ | |:| \ \:\_\/ \ \:\ \ \:\/:/
\ \:\ \ \::/ |__|:| \ \:\ \__\/ \ \::/
\__\/ \__\/ \__\| \__\/ \__\/

==================== Powered by Chatopera Inc. =================
==================== Powered by CSKeFu =================
春松客服: 合作开源客服系统,共赢未来! v${git.build.version} build ${git.commit.id.abbrev}
开源许可证:Apache License 2.0
开源社区:https://www.cskefu.com

系统进行初始化,第一次安装后,根据文档进行配置
Expand Down
2 changes: 1 addition & 1 deletion contact-center/root/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<java.version>11</java.version>
<argLine>-Dfile.encoding=UTF-8</argLine>
</properties>
<dependencies>
Expand Down

0 comments on commit 9e3292a

Please sign in to comment.