From 9643398b026f17b2033bb6db0ee89611ff002558 Mon Sep 17 00:00:00 2001
From: luoyb <412940104@qq.com>
Date: 星期六, 18 五月 2024 15:28:05 +0800
Subject: [PATCH] 清除target目录

---
 /dev/null |   34 ----------------------------------
 1 files changed, 0 insertions(+), 34 deletions(-)

diff --git a/ruoyi-extend/ruoyi-powerjob-server/target/classes/application-dev.properties b/ruoyi-extend/ruoyi-powerjob-server/target/classes/application-dev.properties
deleted file mode 100644
index ba024d3..0000000
--- a/ruoyi-extend/ruoyi-powerjob-server/target/classes/application-dev.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-oms.env=dev
-
-####### Database properties(Configure according to the the environment) #######
-spring.datasource.core.driver-class-name=com.mysql.cj.jdbc.Driver
-spring.datasource.core.jdbc-url=jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
-spring.datasource.core.username=root
-spring.datasource.core.password=root
-spring.datasource.core.maximum-pool-size=20
-spring.datasource.core.minimum-idle=5
-
-# 监控配置
-# 客户端开关
-spring.boot.admin.client.enabled=true
-# 设置 Spring Boot Admin Server 地址
-spring.boot.admin.client.url: http://localhost:9090/admin
-spring.boot.admin.client.instance.service-host-type=IP
-spring.boot.admin.client.username=ruoyi
-spring.boot.admin.client.password=123456
-
-####### MongoDB properties(Non-core configuration properties)  #######
-####### delete mongodb config to disable mongodb #######
-oms.mongodb.enable=false
-#spring.data.mongodb.uri=mongodb+srv://zqq:No1Bug2Please3!@cluster0.wie54.gcp.mongodb.net/powerjob_daily?retryWrites=true&w=majority
-
-####### Email properties(Non-core configuration properties) #######
-####### Delete the following code to disable the mail #######
-#spring.mail.host=smtp.163.com
-#spring.mail.username=zqq@163.com
-#spring.mail.password=GOFZPNARMVKCGONV
-#spring.mail.properties.mail.smtp.auth=true
-#spring.mail.properties.mail.smtp.starttls.enable=true
-#spring.mail.properties.mail.smtp.starttls.required=true
-
-####### DingTalk properties(Non-core configuration properties) #######
-####### Delete the following code to disable the DingTalk #######
-#oms.alarm.ding.app-key=dingauqwkvxxnqskknfv
-#oms.alarm.ding.app-secret=XWrEPdAZMPgJeFtHuL0LH73LRj-74umF2_0BFcoXMfvnX0pCQvt0rpb1JOJU_HLl
-#oms.alarm.ding.agent-id=847044348
-
-####### Resource cleaning properties #######
-oms.instanceinfo.retention=1
-oms.container.retention.local=1
-oms.container.retention.remote=-1
-
-####### Cache properties #######
-oms.instance.metadata.cache.size=1024
-
-####### Threshold in precise fetching server(0~100). 100 means full detection of server, in which #######
-####### split-brain could be avoided while performance overhead would increase. #######
-oms.accurate.select.server.percentage = 50
diff --git a/ruoyi-extend/ruoyi-powerjob-server/target/classes/application-prod.properties b/ruoyi-extend/ruoyi-powerjob-server/target/classes/application-prod.properties
deleted file mode 100644
index b13c688..0000000
--- a/ruoyi-extend/ruoyi-powerjob-server/target/classes/application-prod.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-oms.env=prod
-
-####### Database properties(Configure according to the the environment) #######
-spring.datasource.core.driver-class-name=com.mysql.cj.jdbc.Driver
-spring.datasource.core.jdbc-url=jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
-spring.datasource.core.username=root
-spring.datasource.core.password=root
-spring.datasource.core.maximum-pool-size=20
-spring.datasource.core.minimum-idle=5
-
-# 监控配置
-# 客户端开关
-spring.boot.admin.client.enabled=true
-# 设置 Spring Boot Admin Server 地址
-spring.boot.admin.client.url: http://localhost:9090/admin
-spring.boot.admin.client.instance.service-host-type=IP
-spring.boot.admin.client.username=ruoyi
-spring.boot.admin.client.password=123456
-
-####### MongoDB properties(Non-core configuration properties)  #######
-####### delete mongodb config to disable mongodb #######
-oms.mongodb.enable=false
-#spring.data.mongodb.uri=mongodb+srv://zqq:No1Bug2Please3!@cluster0.wie54.gcp.mongodb.net/powerjob_daily?retryWrites=true&w=majority
-
-####### Email properties(Non-core configuration properties) #######
-####### Delete the following code to disable the mail #######
-#spring.mail.host=smtp.163.com
-#spring.mail.username=zqq@163.com
-#spring.mail.password=GOFZPNARMVKCGONV
-#spring.mail.properties.mail.smtp.auth=true
-#spring.mail.properties.mail.smtp.starttls.enable=true
-#spring.mail.properties.mail.smtp.starttls.required=true
-
-####### DingTalk properties(Non-core configuration properties) #######
-####### Delete the following code to disable the DingTalk #######
-#oms.alarm.ding.app-key=dingauqwkvxxnqskknfv
-#oms.alarm.ding.app-secret=XWrEPdAZMPgJeFtHuL0LH73LRj-74umF2_0BFcoXMfvnX0pCQvt0rpb1JOJU_HLl
-#oms.alarm.ding.agent-id=847044348
-
-####### Resource cleaning properties #######
-oms.instanceinfo.retention=7
-oms.container.retention.local=7
-oms.container.retention.remote=-1
-
-####### Cache properties #######
-oms.instance.metadata.cache.size=2048
-
-####### Threshold in precise fetching server(0~100). 100 means full detection of server, in which #######
-####### split-brain could be avoided while performance overhead would increase. #######
-oms.accurate.select.server.percentage = 50
diff --git a/ruoyi-extend/ruoyi-powerjob-server/target/classes/application.properties b/ruoyi-extend/ruoyi-powerjob-server/target/classes/application.properties
deleted file mode 100644
index 54fb054..0000000
--- a/ruoyi-extend/ruoyi-powerjob-server/target/classes/application.properties
+++ /dev/null
@@ -1,33 +0,0 @@
-# Http server port
-server.port=7700
-
-spring.profiles.active=dev
-spring.main.banner-mode=log
-spring.jpa.open-in-view=false
-spring.data.mongodb.repositories.type=none
-logging.level.org.mongodb=warn
-logging.level.tech.powerjob.server=warn
-logging.level.MONITOR_LOGGER_DB_OPERATION=warn
-logging.level.MONITOR_LOGGER_WORKER_HEART_BEAT=warn
-logging.config: classpath:logback-plus.xml
-
-# Configuration for uploading files.
-spring.servlet.multipart.enabled=true
-spring.servlet.multipart.file-size-threshold=0
-spring.servlet.multipart.max-file-size=209715200
-spring.servlet.multipart.max-request-size=209715200
-
-###### PowerJob transporter configuration  ######
-oms.transporter.active.protocols=AKKA,HTTP
-oms.transporter.main.protocol=HTTP
-oms.akka.port=10086
-oms.http.port=10010
-# Prefix for all tables. Default empty string. Config if you have needs, i.e. pj_
-oms.table-prefix=pj_
-
-# Actuator 监控端点的配置项
-spring.application.name: ruoyi-powerjob-server
-management.endpoints.web.exposure.include=*
-management.endpoint.health.show-details=ALWAYS
-management.endpoint.logfile.external-file=./logs/ruoyi-powerjob-server.log
-management.health.mongo.enabled=${oms.mongodb.enable}
diff --git a/ruoyi-extend/ruoyi-powerjob-server/target/classes/banner.txt b/ruoyi-extend/ruoyi-powerjob-server/target/classes/banner.txt
deleted file mode 100644
index 7d8dc44..0000000
--- a/ruoyi-extend/ruoyi-powerjob-server/target/classes/banner.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-Application Version: 5.1.2
-Spring Boot Version: 2.7.18
-                              _       _
-                             (_)     | |
- _ __   _____      _____ _ __ _  ___ | |__ ______ ___  ___ _ ____   _____ _ __
-| '_ \ / _ \ \ /\ / / _ \ '__| |/ _ \| '_ \______/ __|/ _ \ '__\ \ / / _ \ '__|
-| |_) | (_) \ V  V /  __/ |  | | (_) | |_) |     \__ \  __/ |   \ V /  __/ |
-| .__/ \___/ \_/\_/ \___|_|  | |\___/|_.__/      |___/\___|_|    \_/ \___|_|
-| |                         _/ |
-|_|                        |__/
-
diff --git a/ruoyi-extend/ruoyi-powerjob-server/target/classes/logback-plus.xml b/ruoyi-extend/ruoyi-powerjob-server/target/classes/logback-plus.xml
deleted file mode 100644
index ad3bfa9..0000000
--- a/ruoyi-extend/ruoyi-powerjob-server/target/classes/logback-plus.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<configuration debug="false" scan="true" scanPeriod="1 seconds">
-
-    <contextName>logback</contextName>
-    <property name="log.path" value="./logs/ruoyi-powerjob-server"/>
-    <property name="console.log.pattern"
-              value="%red(%d{yyyy-MM-dd HH:mm:ss}) %green([%thread]) %highlight(%-5level) %boldMagenta(%logger{36}%n) - %msg%n"/>
-    <property name="log.pattern" value="%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n"/>
-
-    <appender name="console" class="ch.qos.logback.core.ConsoleAppender">
-        <encoder>
-            <pattern>${console.log.pattern}</pattern>
-            <charset>utf-8</charset>
-        </encoder>
-    </appender>
-
-    <appender name="file" class="ch.qos.logback.core.rolling.RollingFileAppender">
-        <file>${log.path}.log</file>
-        <rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
-            <fileNamePattern>${log.path}.%d{yyyy-MM-dd}.log</fileNamePattern>
-            <!-- 日志最大的历史 60天 -->
-            <maxHistory>60</maxHistory>
-        </rollingPolicy>
-        <encoder>
-            <pattern>${log.pattern}</pattern>
-        </encoder>
-    </appender>
-
-    <root level="info">
-        <appender-ref ref="console"/>
-        <appender-ref ref="file"/>
-    </root>
-
-</configuration>

--
Gitblit v1.8.0