This repository was archived by the owner on Feb 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
springboot-samples/logging/log4j2
springboot3-samples/logging/log4j2 Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ cd $BaseDir/..
113113BIZ_INSTALL_URL=" http://localhost:8080/module/install"
114114BIZ_LIST_URL=" http://localhost:8080/module/list"
115115
116- for moduleBootDir in $( find $( pwd) -type d -path " */biz[1-9]" -o -path " */*biz" | grep -v src| grep -v target| grep -v log ) ; do
116+ for moduleBootDir in $( find $( pwd) -type d -path " */biz[1-9]" -o -path " */*biz" | grep -v src| grep -v target| grep -v logs ) ; do
117117 echo " start deploy $moduleBootDir "
118118 cd $moduleBootDir
119119
Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ jobs:
5050 sudo systemctl start redis-server
5151 sudo cp .github/workflows/ccbin/arkctl /usr/bin/arkctl
5252
53- # - name: Run jdk8 serverless runtime test
54- # run: |
55- # set -e
56- # bash .github/workflows/ccbin/start.sh jdk8
53+ - name : Run jdk8 serverless runtime test
54+ run : |
55+ set -e
56+ bash .github/workflows/ccbin/start.sh jdk8
5757
5858 - name : Set up JDK 17
5959 uses : actions/setup-java@v3
Original file line number Diff line number Diff line change 6464 <configuration >
6565 <skipArkExecutable >true</skipArkExecutable >
6666 <outputDirectory >./target</outputDirectory >
67- <bizName >biz1</bizName >
67+ <bizName >biz1-log4j2 </bizName >
6868 <webContextPath >biz1</webContextPath >
6969 <declaredMode >true</declaredMode >
7070 <!-- 打包、安装和发布 ark biz-->
Original file line number Diff line number Diff line change 6464 <configuration >
6565 <skipArkExecutable >true</skipArkExecutable >
6666 <outputDirectory >./target</outputDirectory >
67- <bizName >biz2</bizName >
67+ <bizName >biz2-log4j2 </bizName >
6868 <webContextPath >biz2</webContextPath >
6969 <declaredMode >true</declaredMode >
7070 <!-- 打包、安装和发布 ark biz-->
Original file line number Diff line number Diff line change 5858 <configuration >
5959 <skipArkExecutable >true</skipArkExecutable >
6060 <outputDirectory >./target</outputDirectory >
61- <bizName >biz1</bizName >
61+ <bizName >biz1-log4j2 </bizName >
6262 <webContextPath >biz1</webContextPath >
6363 <declaredMode >true</declaredMode >
6464 <!-- 打包、安装和发布 ark biz-->
Original file line number Diff line number Diff line change 6464 <configuration >
6565 <skipArkExecutable >true</skipArkExecutable >
6666 <outputDirectory >./target</outputDirectory >
67- <bizName >biz2</bizName >
67+ <bizName >biz2-log4j2 </bizName >
6868 <webContextPath >biz2</webContextPath >
6969 <declaredMode >true</declaredMode >
7070 <!-- 打包、安装和发布 ark biz-->
You can’t perform that action at this time.
0 commit comments