Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
ES
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
iBizPOC_20001
ES
提交
a0d85729
提交
a0d85729
编写于
3月 08, 2020
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ibizdev提交
上级
a6311d60
变更
3
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
94 行增加
和
1 行删除
+94
-1
config.xml
config.xml
+70
-0
application-web.yml
es-app/es-app-web/src/main/resources/application-web.yml
+1
-1
application-dev.yml
es-boot/src/main/resources/application-dev.yml
+23
-0
未找到文件。
config.xml
0 → 100644
浏览文件 @
a0d85729
<?xml version='1.1' encoding='UTF-8'?>
<project>
<actions/>
<description>
es
</description>
<keepDependencies>
false
</keepDependencies>
<properties>
<hudson.model.ParametersDefinitionProperty>
<parameterDefinitions>
<hudson.model.StringParameterDefinition>
<name>
para1
</name>
<description></description>
<defaultValue>
para1
</defaultValue>
<trim>
false
</trim>
</hudson.model.StringParameterDefinition>
<hudson.model.StringParameterDefinition>
<name>
para2
</name>
<description></description>
<defaultValue>
para2
</defaultValue>
<trim>
false
</trim>
</hudson.model.StringParameterDefinition>
</parameterDefinitions>
</hudson.model.ParametersDefinitionProperty>
</properties>
<scm
class=
"hudson.scm.NullSCM"
/>
<canRoam>
true
</canRoam>
<disabled>
false
</disabled>
<blockBuildWhenDownstreamBuilding>
false
</blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding>
false
</blockBuildWhenUpstreamBuilding>
<triggers/>
<concurrentBuild>
false
</concurrentBuild>
<builders>
<hudson.tasks.Shell>
<command>
BUILD_ID=DONTKILLME
source /etc/profile
rm -rf es
git clone -b master $para2 es/
export NODE_OPTIONS=--max-old-space-size=4096
cd es/es-dependencies
mvn install
cd ..
mvn install
cd es-app/es-app-web
mvn clean package -Pprod
echo
'
echo
"
$para1
"'
>
apppasswd.sh
chmod -R 777 *
setsid env SSH_ASKPASS=
'
./apppasswd.sh
'
DISPLAY=
'
none:0
'
ssh root@172.16.180.225
"
mkdir -p /ibiz/nodes/node2/A2E6CBDF-C2E5-40D8-97EB-660197A8F678
"
setsid env SSH_ASKPASS=
'
./apppasswd.sh
'
DISPLAY=
'
none:0
'
scp -r ./target/es-app-web.jar root@172.16.180.225:/ibiz/nodes/node2/A2E6CBDF-C2E5-40D8-97EB-660197A8F678
setsid env SSH_ASKPASS=
'
./apppasswd.sh
'
DISPLAY=
'
none:0
'
ssh root@172.16.180.225
"
ps -ef | grep
'
/ibiz/nodes/node2/A2E6CBDF-C2E5-40D8-97EB-660197A8F678
'
| tr -s
'
'
|cut -d
'
'
-f2,8,9 | grep -v grep | grep
'
jar
'
| cut -d
'
'
-f1|xargs --no-run-if-empty kill -9
"
setsid env SSH_ASKPASS=
'
./apppasswd.sh
'
DISPLAY=
'
none:0
'
ssh root@172.16.180.225
"
source /etc/profile;source ~/.bash_profile; nohup java -jar -Xms512m -Xmx1024m -XX:PermSize=128M -XX:MaxPermSize=128m /ibiz/nodes/node2/A2E6CBDF-C2E5-40D8-97EB-660197A8F678/es-app-web.jar
>>
/ibiz/nodes/node2/A2E6CBDF-C2E5-40D8-97EB-660197A8F678/es_appesapp-`date --date=
'
0 days ago
'
+%Y-%m-%d`.log 2
>&
1
&"
</command>
</hudson.tasks.Shell>
</builders>
<publishers>
<hudson.plugins.ws__cleanup.WsCleanup
plugin=
"ws-cleanup@0.34"
>
<patterns
class=
"empty-list"
/>
<deleteDirs>
false
</deleteDirs>
<skipWhenFailed>
false
</skipWhenFailed>
<cleanWhenSuccess>
true
</cleanWhenSuccess>
<cleanWhenUnstable>
true
</cleanWhenUnstable>
<cleanWhenFailure>
true
</cleanWhenFailure>
<cleanWhenNotBuilt>
true
</cleanWhenNotBuilt>
<cleanWhenAborted>
true
</cleanWhenAborted>
<notFailBuild>
false
</notFailBuild>
<cleanupMatrixParent>
false
</cleanupMatrixParent>
<externalDelete></externalDelete>
</hudson.plugins.ws__cleanup.WsCleanup>
</publishers>
<buildWrappers/>
</project>
es-app/es-app-web/src/main/resources/application-web.yml
浏览文件 @
a0d85729
server
:
port
:
8080
port
:
9211
spring
:
application
:
...
...
es-boot/src/main/resources/application-dev.yml
浏览文件 @
a0d85729
...
...
@@ -8,6 +8,29 @@ spring:
nacos
:
discovery
:
server-addr
:
172.16.102.211:8848
datasource
:
password
:
'
8e92a60b'
username
:
a_LAB01_53067ecb2
url
:
jdbc:mysql://172.16.186.185:3306/a_LAB01_53067ecb2?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useOldAliasMetadataBehavior=true
driver-class-name
:
com.mysql.jdbc.Driver
filters
:
stat,wall,log4j2
#配置初始化大小/最小/最大
initial-size
:
1
min-idle
:
1
max-active
:
20
#获取连接等待超时时间
max-wait
:
60000
#间隔多久进行一次检测,检测需要关闭的空闲连接
time-between-eviction-runs-millis
:
60000
#一个连接在池中最小生存的时间
min-evictable-idle-time-millis
:
300000
validation-query
:
SELECT 1 FROM DUAL
test-while-idle
:
true
test-on-borrow
:
false
test-on-return
:
false
#打开PSCache,并指定每个连接上PSCache的大小。oracle设为true,mysql设为false。分库分表较多推荐设置为false
pool-prepared-statements
:
false
max-pool-prepared-statement-per-connection-size
:
20
feign
:
sentinel
:
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录