傅行帆 il y a 6 ans
Parent
révision
8d5a2aee07
31 fichiers modifiés avec 1 ajouts et 74 suppressions
  1. 1
    4
      CODE/smart-community/app-api/pom.xml
  2. 0
    18
      CODE/smart-community/community-common/pom.xml
  3. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/ailiyun/AESDecode.class
  4. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/constant/Constant.class
  5. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/mode/ResponseBean.class
  6. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/redis/FastJsonSerializer.class
  7. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisConfiguration.class
  8. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisJsonSerializer.class
  9. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisObjectSerializer.class
  10. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisSerializer.class
  11. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisTemplate.class
  12. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/redis/SerializationFailedException.class
  13. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/redis/SingleRedisTemplate.class
  14. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/session/UserElement.class
  15. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/AccountValidatorUtil.class
  16. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/BeanTools.class
  17. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/CommonUtils.class
  18. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/CookieUtil.class
  19. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/DESUtils.class
  20. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/DateUtils.class
  21. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/EnumUtils.class
  22. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/HttpClientUtils.class
  23. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/MD5Utils.class
  24. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/OssUtil.class
  25. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/QRCodeGeneratorUtils.class
  26. BIN
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/StringConverter.class
  27. BIN
      CODE/smart-community/community-common/target/community-common-0.0.1.jar
  28. BIN
      CODE/smart-community/community-common/target/community-common-0.0.1.jar.original
  29. 0
    4
      CODE/smart-community/community-common/target/maven-archiver/pom.properties
  30. 0
    24
      CODE/smart-community/community-common/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
  31. 0
    24
      CODE/smart-community/community-common/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst

+ 1
- 4
CODE/smart-community/app-api/pom.xml Voir le fichier

@@ -182,9 +182,6 @@
182 182
 			<plugin>
183 183
 				<groupId>org.springframework.boot</groupId>
184 184
 				<artifactId>spring-boot-maven-plugin</artifactId>
185
-				<configuration>
186
-					<includeSystemScope>true</includeSystemScope>
187
-				</configuration>
188 185
 			</plugin>
189 186
 			<plugin>
190 187
 				<groupId>org.apache.maven.plugins</groupId>
@@ -193,7 +190,7 @@
193 190
 				<configuration>
194 191
 					<source>1.8</source>
195 192
 					<target>1.8</target>
196
-					<encoding>utf-8</encoding>
193
+					<encoding>UTF-8</encoding>
197 194
 				</configuration>
198 195
 			</plugin>
199 196
 		</plugins>

+ 0
- 18
CODE/smart-community/community-common/pom.xml Voir le fichier

@@ -105,22 +105,4 @@
105 105
             <version>2.8.3</version>
106 106
         </dependency>
107 107
     </dependencies>
108
-    <build>
109
-        <plugins>
110
-            <plugin>
111
-                <groupId>org.springframework.boot</groupId>
112
-                <artifactId>spring-boot-maven-plugin</artifactId>
113
-            </plugin>
114
-            <plugin>
115
-                <groupId>org.apache.maven.plugins</groupId>
116
-                <artifactId>maven-compiler-plugin</artifactId>
117
-                <version>3.7.0</version>
118
-                <configuration>
119
-                    <source>1.8</source>
120
-                    <target>1.8</target>
121
-                    <encoding>utf-8</encoding>
122
-                </configuration>
123
-            </plugin>
124
-        </plugins>
125
-    </build>
126 108
 </project>

BIN
CODE/smart-community/community-common/target/classes/com/community/commom/ailiyun/AESDecode.class Voir le fichier


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/constant/Constant.class Voir le fichier


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/mode/ResponseBean.class Voir le fichier


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/redis/FastJsonSerializer.class Voir le fichier


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisConfiguration.class Voir le fichier


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisJsonSerializer.class Voir le fichier


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisObjectSerializer.class Voir le fichier


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisSerializer.class Voir le fichier


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisTemplate.class Voir le fichier


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/redis/SerializationFailedException.class Voir le fichier


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/redis/SingleRedisTemplate.class Voir le fichier


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/session/UserElement.class Voir le fichier


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/utils/AccountValidatorUtil.class Voir le fichier


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/utils/BeanTools.class Voir le fichier


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/utils/CommonUtils.class Voir le fichier


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/utils/CookieUtil.class Voir le fichier


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/utils/DESUtils.class Voir le fichier


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/utils/DateUtils.class Voir le fichier


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/utils/EnumUtils.class Voir le fichier


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/utils/HttpClientUtils.class Voir le fichier


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/utils/MD5Utils.class Voir le fichier


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/utils/OssUtil.class Voir le fichier


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/utils/QRCodeGeneratorUtils.class Voir le fichier


BIN
CODE/smart-community/community-common/target/classes/com/community/commom/utils/StringConverter.class Voir le fichier


BIN
CODE/smart-community/community-common/target/community-common-0.0.1.jar Voir le fichier


BIN
CODE/smart-community/community-common/target/community-common-0.0.1.jar.original Voir le fichier


+ 0
- 4
CODE/smart-community/community-common/target/maven-archiver/pom.properties Voir le fichier

@@ -1,4 +0,0 @@
1
-#Created by Apache Maven 3.5.4
2
-version=0.0.1
3
-groupId=com.community
4
-artifactId=community-common

+ 0
- 24
CODE/smart-community/community-common/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst Voir le fichier

@@ -1,24 +0,0 @@
1
-com\community\commom\redis\RedisTemplate.class
2
-com\community\commom\utils\DateUtils.class
3
-com\community\commom\utils\HttpClientUtils.class
4
-com\community\commom\constant\Constant.class
5
-com\community\commom\redis\RedisConfiguration.class
6
-com\community\commom\utils\OssUtil.class
7
-com\community\commom\redis\SingleRedisTemplate.class
8
-com\community\commom\utils\CookieUtil.class
9
-com\community\commom\ailiyun\AESDecode.class
10
-com\community\commom\utils\EnumUtils.class
11
-com\community\commom\redis\RedisJsonSerializer.class
12
-com\community\commom\utils\BeanTools.class
13
-com\community\commom\session\UserElement.class
14
-com\community\commom\utils\CommonUtils.class
15
-com\community\commom\redis\RedisSerializer.class
16
-com\community\commom\utils\StringConverter.class
17
-com\community\commom\utils\MD5Utils.class
18
-com\community\commom\mode\ResponseBean.class
19
-com\community\commom\redis\RedisObjectSerializer.class
20
-com\community\commom\utils\QRCodeGeneratorUtils.class
21
-com\community\commom\redis\SerializationFailedException.class
22
-com\community\commom\utils\DESUtils.class
23
-com\community\commom\utils\AccountValidatorUtil.class
24
-com\community\commom\redis\FastJsonSerializer.class

+ 0
- 24
CODE/smart-community/community-common/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst Voir le fichier

@@ -1,24 +0,0 @@
1
-E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\utils\CommonUtils.java
2
-E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\redis\FastJsonSerializer.java
3
-E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\redis\RedisSerializer.java
4
-E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\utils\QRCodeGeneratorUtils.java
5
-E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\utils\StringConverter.java
6
-E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\utils\OssUtil.java
7
-E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\utils\HttpClientUtils.java
8
-E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\redis\RedisConfiguration.java
9
-E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\redis\RedisJsonSerializer.java
10
-E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\utils\CookieUtil.java
11
-E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\redis\RedisTemplate.java
12
-E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\ailiyun\AESDecode.java
13
-E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\utils\DateUtils.java
14
-E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\utils\MD5Utils.java
15
-E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\utils\BeanTools.java
16
-E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\redis\SingleRedisTemplate.java
17
-E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\mode\ResponseBean.java
18
-E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\constant\Constant.java
19
-E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\utils\AccountValidatorUtil.java
20
-E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\redis\RedisObjectSerializer.java
21
-E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\session\UserElement.java
22
-E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\redis\SerializationFailedException.java
23
-E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\utils\DESUtils.java
24
-E:\gitcode\smartCommunity\CODE\smart-community\community-common\src\main\java\com\community\commom\utils\EnumUtils.java