傅行帆 6 лет назад
Родитель
Сommit
8d5a2aee07
31 измененных файлов: 1 добавлений и 74 удалений
  1. 1
    4
      CODE/smart-community/app-api/pom.xml
  2. 0
    18
      CODE/smart-community/community-common/pom.xml
  3. Двоичные данные
      CODE/smart-community/community-common/target/classes/com/community/commom/ailiyun/AESDecode.class
  4. Двоичные данные
      CODE/smart-community/community-common/target/classes/com/community/commom/constant/Constant.class
  5. Двоичные данные
      CODE/smart-community/community-common/target/classes/com/community/commom/mode/ResponseBean.class
  6. Двоичные данные
      CODE/smart-community/community-common/target/classes/com/community/commom/redis/FastJsonSerializer.class
  7. Двоичные данные
      CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisConfiguration.class
  8. Двоичные данные
      CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisJsonSerializer.class
  9. Двоичные данные
      CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisObjectSerializer.class
  10. Двоичные данные
      CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisSerializer.class
  11. Двоичные данные
      CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisTemplate.class
  12. Двоичные данные
      CODE/smart-community/community-common/target/classes/com/community/commom/redis/SerializationFailedException.class
  13. Двоичные данные
      CODE/smart-community/community-common/target/classes/com/community/commom/redis/SingleRedisTemplate.class
  14. Двоичные данные
      CODE/smart-community/community-common/target/classes/com/community/commom/session/UserElement.class
  15. Двоичные данные
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/AccountValidatorUtil.class
  16. Двоичные данные
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/BeanTools.class
  17. Двоичные данные
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/CommonUtils.class
  18. Двоичные данные
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/CookieUtil.class
  19. Двоичные данные
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/DESUtils.class
  20. Двоичные данные
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/DateUtils.class
  21. Двоичные данные
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/EnumUtils.class
  22. Двоичные данные
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/HttpClientUtils.class
  23. Двоичные данные
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/MD5Utils.class
  24. Двоичные данные
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/OssUtil.class
  25. Двоичные данные
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/QRCodeGeneratorUtils.class
  26. Двоичные данные
      CODE/smart-community/community-common/target/classes/com/community/commom/utils/StringConverter.class
  27. Двоичные данные
      CODE/smart-community/community-common/target/community-common-0.0.1.jar
  28. Двоичные данные
      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 Просмотреть файл

@@ -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 Просмотреть файл

@@ -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>

Двоичные данные
CODE/smart-community/community-common/target/classes/com/community/commom/ailiyun/AESDecode.class Просмотреть файл


Двоичные данные
CODE/smart-community/community-common/target/classes/com/community/commom/constant/Constant.class Просмотреть файл


Двоичные данные
CODE/smart-community/community-common/target/classes/com/community/commom/mode/ResponseBean.class Просмотреть файл


Двоичные данные
CODE/smart-community/community-common/target/classes/com/community/commom/redis/FastJsonSerializer.class Просмотреть файл


Двоичные данные
CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisConfiguration.class Просмотреть файл


Двоичные данные
CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisJsonSerializer.class Просмотреть файл


Двоичные данные
CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisObjectSerializer.class Просмотреть файл


Двоичные данные
CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisSerializer.class Просмотреть файл


Двоичные данные
CODE/smart-community/community-common/target/classes/com/community/commom/redis/RedisTemplate.class Просмотреть файл


Двоичные данные
CODE/smart-community/community-common/target/classes/com/community/commom/redis/SerializationFailedException.class Просмотреть файл


Двоичные данные
CODE/smart-community/community-common/target/classes/com/community/commom/redis/SingleRedisTemplate.class Просмотреть файл


Двоичные данные
CODE/smart-community/community-common/target/classes/com/community/commom/session/UserElement.class Просмотреть файл


Двоичные данные
CODE/smart-community/community-common/target/classes/com/community/commom/utils/AccountValidatorUtil.class Просмотреть файл


Двоичные данные
CODE/smart-community/community-common/target/classes/com/community/commom/utils/BeanTools.class Просмотреть файл


Двоичные данные
CODE/smart-community/community-common/target/classes/com/community/commom/utils/CommonUtils.class Просмотреть файл


Двоичные данные
CODE/smart-community/community-common/target/classes/com/community/commom/utils/CookieUtil.class Просмотреть файл


Двоичные данные
CODE/smart-community/community-common/target/classes/com/community/commom/utils/DESUtils.class Просмотреть файл


Двоичные данные
CODE/smart-community/community-common/target/classes/com/community/commom/utils/DateUtils.class Просмотреть файл


Двоичные данные
CODE/smart-community/community-common/target/classes/com/community/commom/utils/EnumUtils.class Просмотреть файл


Двоичные данные
CODE/smart-community/community-common/target/classes/com/community/commom/utils/HttpClientUtils.class Просмотреть файл


Двоичные данные
CODE/smart-community/community-common/target/classes/com/community/commom/utils/MD5Utils.class Просмотреть файл


Двоичные данные
CODE/smart-community/community-common/target/classes/com/community/commom/utils/OssUtil.class Просмотреть файл


Двоичные данные
CODE/smart-community/community-common/target/classes/com/community/commom/utils/QRCodeGeneratorUtils.class Просмотреть файл


Двоичные данные
CODE/smart-community/community-common/target/classes/com/community/commom/utils/StringConverter.class Просмотреть файл


Двоичные данные
CODE/smart-community/community-common/target/community-common-0.0.1.jar Просмотреть файл


Двоичные данные
CODE/smart-community/community-common/target/community-common-0.0.1.jar.original Просмотреть файл


+ 0
- 4
CODE/smart-community/community-common/target/maven-archiver/pom.properties Просмотреть файл

@@ -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 Просмотреть файл

@@ -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 Просмотреть файл

@@ -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