Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jiujian
/
client-customer-order-service
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
zhuyifan
2024-11-06 15:39:33 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7fcd216f8404f8832383767dfc40eb2364e6f227
7fcd216f
1 parent
f2af7b07
ci
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
ci/build.sh
ci/upload.sh
settings.gradle
src/main/resources/logback-spring.xml
ci/build.sh
View file @
7fcd216
SERVICE_NAME
=
"
template
-service-boot"
SERVICE_NAME
=
"
nutri-order
-service-boot"
# Clean folder
rm -rf build
&&
rm -rf _temp_bin
...
...
ci/upload.sh
View file @
7fcd216
#!/bin/bash
OSSUTIL
=
"./build/ossutil"
UPLOAD_DIR_PATH
=
"./build/bin/"
SERVICE_NAME
=
"
template
-service"
SERVICE_NAME
=
"
nutri-order
-service"
# try upload file
{
...
...
settings.gradle
View file @
7fcd216
...
...
@@ -7,4 +7,4 @@
* in the user manual at https://docs.gradle.org/7.6.3/userguide/multi_project_builds.html
*/
rootProject
.
name
=
'
template
-service'
rootProject
.
name
=
'
nutri-order
-service'
...
...
src/main/resources/logback-spring.xml
View file @
7fcd216
<?xml version="1.0" encoding="UTF-8"?>
<configuration
scan=
"true"
scanPeriod=
"60 seconds"
debug=
"false"
>
<!--自定义日志存放目录-->
<property
name=
"LOG_PATH"
value=
"/var/log/
template
-service"
/>
<property
name=
"LOG_PATH"
value=
"/var/log/
nutri-order
-service"
/>
<property
name=
"LOG_STDOUT_PATTERN"
value=
"%cyan(%d{ISO8601}) %highlight(%-5level) [%blue(%t)] \\(%X{uid},%X{pid},%X{tid}\\) %yellow(%C{1}):[%L] - %msg%n"
/>
...
...
Please
register
or
login
to post a comment