diff --git a/tz/.gitignore b/tz/.gitignore index 8adb533..624fcdf 100644 --- a/tz/.gitignore +++ b/tz/.gitignore @@ -53,4 +53,4 @@ Temporary Items .apdisk .idea *.iml -target \ No newline at end of file +*/*/target \ No newline at end of file diff --git a/tz/common/common-core/target/classes/logback-tz.xml b/tz/common/common-core/target/classes/logback-tz.xml deleted file mode 100644 index 1baebb8..0000000 --- a/tz/common/common-core/target/classes/logback-tz.xml +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - - - - - - - ${PATTERN} - - - - - - - - - - - - - ${FILE_PATH}/warn - - ${FILE_PATH}/warn.%d{yyyy-MM-dd}.log - 30 - - - ${PATTERN} - - - - - ${FILE_PATH}/json - - ${FILE_PATH}/json.%d{yyyy-MM-dd}.gz - 7 - - - - - UTC - - - - { - "severity": "%level", - "service": "${springApplicationName:-}", - "trace": "%X{X-B3-TraceId:-}", - "span": "%X{X-B3-SpanId:-}", - "parent": "%X{X-B3-ParentSpanId:-}", - "exportable": "%X{X-Span-Export:-}", - "pid": "${PID:-}", - "thread": "%thread", - "class": "%logger{40}", - "rest": "%message" - } - - - - - - - - - - - - - - - - - - - ${PATTERN} - - - - - ${FILE_PATH}/info - - - ${FILE_PATH}/info.%d{yyyy-MM-dd}.log - - 7 - - - - ${PATTERN} - - - - - - - - - - - - - diff --git a/tz/common/common-core/target/classes/system.properties b/tz/common/common-core/target/classes/system.properties deleted file mode 100644 index ab627ab..0000000 --- a/tz/common/common-core/target/classes/system.properties +++ /dev/null @@ -1,2 +0,0 @@ -pic_path=/Volumes/Lexar/www/pic/ -pic_recourse_url=http://localhost:8899/pic/ \ No newline at end of file diff --git a/tz/exam/exam-service/target/classes/META-INF/examservice.kotlin_module b/tz/exam/exam-service/target/classes/META-INF/examservice.kotlin_module deleted file mode 100644 index 8fb6019..0000000 Binary files a/tz/exam/exam-service/target/classes/META-INF/examservice.kotlin_module and /dev/null differ diff --git a/tz/exam/exam-service/target/classes/bootstrap.yml b/tz/exam/exam-service/target/classes/bootstrap.yml deleted file mode 100644 index d631ffd..0000000 --- a/tz/exam/exam-service/target/classes/bootstrap.yml +++ /dev/null @@ -1,34 +0,0 @@ -server: - port: 50013 -spring: - application: - name: tz-exam-service - profiles: - active: dev - cloud: - nacos: - server-addr: 127.0.0.1:8848 - username: nacos - password: nacos - config: - namespace: ${spring.profiles.active} - file-extension: yaml - discovery: - namespace: ${spring.profiles.active} - servlet: - multipart: - max-file-size: 2MB - max-request-size: 2MB - data: - redis: - repositories: - enabled: false - devtools: - restart: - enabled: true - livereload: - port: 35730 - main: - allow-bean-definition-overriding: true -logging: - config: classpath:logback-tz.xml \ No newline at end of file diff --git a/tz/gateway/target/classes/bootstrap.yml b/tz/gateway/target/classes/bootstrap.yml deleted file mode 100644 index 71dbc38..0000000 --- a/tz/gateway/target/classes/bootstrap.yml +++ /dev/null @@ -1,17 +0,0 @@ -spring: - application: - name: tz-gateway - cloud: - nacos: - username: nacos - password: nacos - discovery: - server-addr: 127.0.0.1:8848 - namespace: ${spring.profiles.active} - config: - file-extension: yaml - namespace: ${spring.profiles.active} - profiles: - active: dev -server: - port: 50010 \ No newline at end of file diff --git a/tz/system/system-service/target/classes/META-INF/systemservice.kotlin_module b/tz/system/system-service/target/classes/META-INF/systemservice.kotlin_module deleted file mode 100644 index 8fb6019..0000000 Binary files a/tz/system/system-service/target/classes/META-INF/systemservice.kotlin_module and /dev/null differ diff --git a/tz/system/system-service/target/classes/bootstrap.yml b/tz/system/system-service/target/classes/bootstrap.yml deleted file mode 100644 index ee896bf..0000000 --- a/tz/system/system-service/target/classes/bootstrap.yml +++ /dev/null @@ -1,19 +0,0 @@ -server: - port: 50014 -spring: - application: - name: tz-system-service - profiles: - active: dev - cloud: - nacos: - server-addr: 127.0.0.1:8848 - username: nacos - password: nacos - config: - namespace: ${spring.profiles.active} - file-extension: yaml - discovery: - namespace: ${spring.profiles.active} - main: - allow-bean-definition-overriding: true diff --git a/tz/upload/upload-service/target/classes/bootstrap.yml b/tz/upload/upload-service/target/classes/bootstrap.yml deleted file mode 100644 index 326e36c..0000000 --- a/tz/upload/upload-service/target/classes/bootstrap.yml +++ /dev/null @@ -1,19 +0,0 @@ -server: - port: 50015 -spring: - application: - name: tz-upload-service - profiles: - active: dev - cloud: - nacos: - server-addr: 127.0.0.1:8848 - username: nacos - password: nacos - config: - namespace: ${spring.profiles.active} - file-extension: yaml - discovery: - namespace: ${spring.profiles.active} - main: - allow-bean-definition-overriding: true \ No newline at end of file diff --git a/tz/user/user-service/target/classes/bootstrap.yml b/tz/user/user-service/target/classes/bootstrap.yml deleted file mode 100644 index 06c437d..0000000 --- a/tz/user/user-service/target/classes/bootstrap.yml +++ /dev/null @@ -1,19 +0,0 @@ -server: - port: 50011 -spring: - application: - name: tz-user-service - profiles: - active: dev - cloud: - nacos: - server-addr: 127.0.0.1:8848 - username: nacos - password: nacos - config: - namespace: ${spring.profiles.active} - file-extension: yaml - discovery: - namespace: ${spring.profiles.active} - main: - allow-bean-definition-overriding: true