瀏覽代碼

:wrench: Changing configuration files.change pom dependency,remove some COC configuration

萌萌哒Sakura酱 6 年之前
父節點
當前提交
3e2b77d281

+ 0 - 7
pigx-auth/pom.xml

@@ -77,13 +77,6 @@
 		<dependency>
 			<groupId>org.springframework.boot</groupId>
 			<artifactId>spring-boot-starter-web</artifactId>
-			<exclusions>
-				<!--排除tomcat依赖-->
-				<exclusion>
-					<artifactId>spring-boot-starter-tomcat</artifactId>
-					<groupId>org.springframework.boot</groupId>
-				</exclusion>
-			</exclusions>
 		</dependency>
 		<!--undertow容器-->
 		<dependency>

+ 0 - 7
pigx-config/pom.xml

@@ -42,13 +42,6 @@
 		<dependency>
 			<groupId>org.springframework.boot</groupId>
 			<artifactId>spring-boot-starter-web</artifactId>
-			<exclusions>
-				<!--排除tomcat依赖-->
-				<exclusion>
-					<artifactId>spring-boot-starter-tomcat</artifactId>
-					<groupId>org.springframework.boot</groupId>
-				</exclusion>
-			</exclusions>
 		</dependency>
 		<!--undertow容器-->
 		<dependency>

+ 0 - 5
pigx-config/src/main/resources/config/application-dev.yml

@@ -64,11 +64,6 @@ mybatis-plus:
       field-strategy: 1
       # 默认数据库表下划线命名
       table-underline: true
-      # 逻辑删除配置
-      # 逻辑删除全局值(1表示已删除,这也是Mybatis Plus的默认配置)
-      logic-delete-value: 1
-      # 逻辑未删除全局值(0表示未删除,这也是Mybatis Plus的默认配置)
-      logic-not-delete-value: 0
   configuration:
     map-underscore-to-camel-case: true
 

+ 0 - 12
pigx-config/src/main/resources/config/pigx-upms-biz-dev.yml

@@ -23,18 +23,6 @@ spring:
     password: root
     url: jdbc:mysql://pigx-mysql:3306/pigxx?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&allowMultiQueries=true
 
-# swagger相关配置,覆盖全局配置
-swagger:
-  enabled: false
-  authorization:
-    authorization-scope-list:
-      - scope: 'server'
-        description: 'server all'
-      - scope: 'read'
-        description: 'read all'
-      - scope: 'write'
-        description: 'access all'
-
 # 文件系统
 minio:
   url: http://139.224.200.249:9090

+ 0 - 7
pigx-eureka/pom.xml

@@ -52,13 +52,6 @@
 		<dependency>
 			<groupId>org.springframework.boot</groupId>
 			<artifactId>spring-boot-starter-web</artifactId>
-			<exclusions>
-				<!--排除tomcat依赖-->
-				<exclusion>
-					<artifactId>spring-boot-starter-tomcat</artifactId>
-					<groupId>org.springframework.boot</groupId>
-				</exclusion>
-			</exclusions>
 		</dependency>
 		<!--undertow容器-->
 		<dependency>

+ 0 - 7
pigx-upms/pigx-upms-biz/pom.xml

@@ -91,13 +91,6 @@
 		<dependency>
 			<groupId>org.springframework.boot</groupId>
 			<artifactId>spring-boot-starter-web</artifactId>
-			<exclusions>
-				<!--排除tomcat依赖-->
-				<exclusion>
-					<artifactId>spring-boot-starter-tomcat</artifactId>
-					<groupId>org.springframework.boot</groupId>
-				</exclusion>
-			</exclusions>
 		</dependency>
 		<!--undertow容器-->
 		<dependency>

+ 0 - 7
pigx-visual/pigx-activiti/pom.xml

@@ -112,13 +112,6 @@
 		<dependency>
 			<groupId>org.springframework.boot</groupId>
 			<artifactId>spring-boot-starter-web</artifactId>
-			<exclusions>
-				<!--排除tomcat依赖-->
-				<exclusion>
-					<artifactId>spring-boot-starter-tomcat</artifactId>
-					<groupId>org.springframework.boot</groupId>
-				</exclusion>
-			</exclusions>
 		</dependency>
 		<dependency>
 			<groupId>com.pig4cloud</groupId>

+ 0 - 7
pigx-visual/pigx-codegen/pom.xml

@@ -59,13 +59,6 @@
 		<dependency>
 			<groupId>org.springframework.boot</groupId>
 			<artifactId>spring-boot-starter-web</artifactId>
-			<exclusions>
-				<!--排除tomcat依赖-->
-				<exclusion>
-					<artifactId>spring-boot-starter-tomcat</artifactId>
-					<groupId>org.springframework.boot</groupId>
-				</exclusion>
-			</exclusions>
 		</dependency>
 		<!--undertow容器-->
 		<dependency>

+ 0 - 7
pigx-visual/pigx-daemon/pom.xml

@@ -80,13 +80,6 @@
 		<dependency>
 			<groupId>org.springframework.boot</groupId>
 			<artifactId>spring-boot-starter-web</artifactId>
-			<exclusions>
-				<!--排除tomcat依赖-->
-				<exclusion>
-					<artifactId>spring-boot-starter-tomcat</artifactId>
-					<groupId>org.springframework.boot</groupId>
-				</exclusion>
-			</exclusions>
 		</dependency>
 		<!--undertow容器-->
 		<dependency>

+ 0 - 7
pigx-visual/pigx-monitor/pom.xml

@@ -72,13 +72,6 @@
 		<dependency>
 			<groupId>org.springframework.boot</groupId>
 			<artifactId>spring-boot-starter-web</artifactId>
-			<exclusions>
-				<!--排除tomcat依赖-->
-				<exclusion>
-					<artifactId>spring-boot-starter-tomcat</artifactId>
-					<groupId>org.springframework.boot</groupId>
-				</exclusion>
-			</exclusions>
 		</dependency>
 		<!--undertow容器-->
 		<dependency>

+ 0 - 7
pigx-visual/pigx-sso-client-demo/pom.xml

@@ -45,13 +45,6 @@
 		<dependency>
 			<groupId>org.springframework.boot</groupId>
 			<artifactId>spring-boot-starter-web</artifactId>
-			<exclusions>
-				<!--排除tomcat依赖-->
-				<exclusion>
-					<artifactId>spring-boot-starter-tomcat</artifactId>
-					<groupId>org.springframework.boot</groupId>
-				</exclusion>
-			</exclusions>
 		</dependency>
 		<!--undertow容器-->
 		<dependency>

+ 0 - 7
pigx-visual/pigx-tx-manager/pom.xml

@@ -18,13 +18,6 @@
 		<dependency>
 			<groupId>org.springframework.boot</groupId>
 			<artifactId>spring-boot-starter-web</artifactId>
-			<exclusions>
-				<!--排除tomcat依赖-->
-				<exclusion>
-					<artifactId>spring-boot-starter-tomcat</artifactId>
-					<groupId>org.springframework.boot</groupId>
-				</exclusion>
-			</exclusions>
 		</dependency>
 		<!--undertow容器-->
 		<dependency>

+ 14 - 0
pom.xml

@@ -166,6 +166,19 @@
 				<artifactId>spring-security-oauth2-autoconfigure</artifactId>
 				<version>${security.oauth.auto.version}</version>
 			</dependency>
+			<!--web 模块-->
+			<dependency>
+				<groupId>org.springframework.boot</groupId>
+				<artifactId>spring-boot-starter-web</artifactId>
+				<version>${spring-boot.version}</version>
+				<exclusions>
+					<!--排除tomcat依赖-->
+					<exclusion>
+						<artifactId>spring-boot-starter-tomcat</artifactId>
+						<groupId>org.springframework.boot</groupId>
+					</exclusion>
+				</exclusions>
+			</dependency>
 		</dependencies>
 	</dependencyManagement>
 
@@ -220,6 +233,7 @@
 					<target>${maven.compiler.target}</target>
 					<source>${maven.compiler.source}</source>
 					<encoding>UTF-8</encoding>
+					<skip>true</skip>
 				</configuration>
 			</plugin>
 			<plugin>