1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00
This commit is contained in:
Hai Liang Wang 2021-12-04 17:24:42 +08:00
parent be02c8faea
commit 2d7088dd5a
3 changed files with 21 additions and 318 deletions

View File

@ -0,0 +1,13 @@
#! /bin/bash
###########################################
#
###########################################
# constants
baseDir=$(cd `dirname "$0"`;pwd)
# functions
# main
[ -z "${BASH_SOURCE[0]}" -o "${BASH_SOURCE[0]}" = "$0" ] || return
cd $baseDir/../app
mvn eclipse:eclipse

View File

@ -228,5 +228,5 @@ channel.skype.crm=
# Miscs
##############################################
# 登陆页面公告
extras.login.banner=商务洽谈、技术支持等联系方式查看 https://dwz.chatopera.com/A51h6m *本提示仅出现于演示环境
extras.login.banner=off
extras.login.chatbox=off

File diff suppressed because one or more lines are too long