Przeglądaj źródła

去除重复pom引入

hanqingsong 2 lat temu
rodzic
commit
de3a7245cf

+ 0 - 24
pom.xml

@@ -19,14 +19,6 @@
19 19
         <version>2.0.2.RELEASE</version>
20 20
         <relativePath/> <!-- lookup parent from repository -->
21 21
     </parent>
22
-    <distributionManagement>
23
-        <repository>
24
-            <id>nexus</id>
25
-            <!--名称自己定义-->
26
-            <name>release</name>
27
-            <url>http://10.10.1.25:8081/repository/host_repository/</url>
28
-        </repository>
29
-    </distributionManagement>
30 22
     <properties>
31 23
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
32 24
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@@ -95,11 +87,6 @@
95 87
             <version>2.6.1</version>
96 88
         </dependency>
97 89
         <dependency>
98
-            <groupId>org.springframework.boot</groupId>
99
-            <artifactId>spring-boot-starter-test</artifactId>
100
-            <scope>test</scope>
101
-        </dependency>
102
-        <dependency>
103 90
             <groupId>org.apache.poi</groupId>
104 91
             <artifactId>poi-ooxml</artifactId>
105 92
             <version>3.9</version>
@@ -136,13 +123,10 @@
136 123
             <artifactId>quartz</artifactId>
137 124
             <version>2.3.0</version>
138 125
         </dependency>
139
-
140 126
         <dependency>
141 127
             <groupId>org.springframework.boot</groupId>
142 128
             <artifactId>spring-boot-starter-test</artifactId>
143 129
         </dependency>
144
-
145
-       
146 130
         <!--短信发送平台jar包-->
147 131
         <dependency>
148 132
             <groupId>org.projectlombok</groupId>
@@ -179,14 +163,6 @@
179 163
                 <groupId>org.springframework.boot</groupId>
180 164
                 <artifactId>spring-boot-maven-plugin</artifactId>
181 165
             </plugin>
182
-            <!--<plugin>
183
-                <groupId>org.apache.maven.plugins</groupId>
184
-                <artifactId>maven-jar-plugin</artifactId>
185
-                <version>2.6</version>
186
-                <configuration>
187
-                    <failOnMissingWebXml>false</failOnMissingWebXml>
188
-                </configuration>
189
-            </plugin>-->
190 166
         </plugins>
191 167
 
192 168
         <!-- 如果不添加此节点mybatis的mapper.xml文件都会被漏掉。 -->

BIN
src/main/resources/RXTXcomm-2.0.1.jar


+ 6 - 6
src/main/resources/bootstrap.yml

@@ -1,6 +1,6 @@
1 1
 spring:
2 2
   profiles:
3
-    active: clouda
3
+    active: locala
4 4
   servlet:
5 5
     multipart:
6 6
       #单个文件上传大小
@@ -34,7 +34,7 @@ spring:
34 34
   # 数据库配置
35 35
   datasource:
36 36
     driver-class-name: com.mysql.jdbc.Driver
37
-    url: jdbc:mysql://localhost:3306/depot_yunnan?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC
37
+    url: jdbc:mysql://101.36.160.140:10311/depot-yunnan?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC
38 38
     username: root
39 39
     password: 123456
40 40
   # 缓存配置
@@ -42,14 +42,14 @@ spring:
42 42
     store-type: redis
43 43
   redis:
44 44
     database: 0
45
-    host: 10.10.1.25
45
+    host: 127.0.0.1
46 46
     port: 6379
47
-    password: 123456
48
-    timeout: 3000
47
+    password:
48
+    timeout: 3000ms
49 49
     jedis:
50 50
       pool:
51 51
         max-active: 8
52
-        max-wait: -1
52
+        max-wait: -1ms
53 53
         max-idle: 8
54 54
         min-idle: 0
55 55
   # 静态资源配置

BIN
src/main/resources/smslib-3.5.4.jar