Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jiujian
/
client-customer-order-api
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
wangyingyang
2024-11-07 15:32:02 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
4c276259e9be6caf0d19ac1d56b05506701e31f6
4c276259
2 parents
c757edb5
2217d286
update order detail
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 @
4c27625
#!/bin/bash
SERVICE_NAME
=
"
tianting
-order-api-boot"
SERVICE_NAME
=
"
nutri
-order-api-boot"
# Clean folder
rm -rf build
&&
rm -rf _temp_bin
...
...
ci/upload.sh
View file @
4c27625
#!/bin/bash
OSSUTIL
=
"./build/ossutil"
UPLOAD_DIR_PATH
=
"./build/bin/"
SERVICE_NAME
=
"order-api"
SERVICE_NAME
=
"
nutri-
order-api"
# try upload file
{
...
...
settings.gradle
View file @
4c27625
...
...
@@ -7,4 +7,4 @@
* in the user manual at https://docs.gradle.org/7.6.3/userguide/multi_project_builds.html
*/
rootProject
.
name
=
'
tianting-ordre
-api'
rootProject
.
name
=
'
nutri-order
-api'
...
...
src/main/resources/logback-spring.xml
View file @
4c27625
<?xml version="1.0" encoding="UTF-8"?>
<configuration
scan=
"true"
scanPeriod=
"60 seconds"
debug=
"false"
>
<!--自定义日志存放目录-->
<property
name=
"LOG_PATH"
value=
"/var/log/
tianting-template
-api"
/>
<property
name=
"LOG_PATH"
value=
"/var/log/
nutri-order
-api"
/>
<!-- <property name="LOG_PATH" value="./"/>-->
<property
name=
"LOG_STDOUT_PATTERN"
...
...
Please
register
or
login
to post a comment