|
80 | 80 | <session.cookie.secure>false</session.cookie.secure>
|
81 | 81 | <jdbc.host>127.0.0.1</jdbc.host>
|
82 | 82 | <jdbc.password>68NKG7n1mN8rErEfbag2qM==</jdbc.password>
|
| 83 | + <fdfs.host>http://127.0.0.1/</fdfs.host> |
| 84 | + <fdfs.trackerList>127.0.0.1:22122</fdfs.trackerList> |
83 | 85 | </properties>
|
84 | 86 |
|
85 | 87 | <!-- @TODO -->
|
|
93 | 95 | <fastDFS.host>127.0.0.1</fastDFS.host>
|
94 | 96 | <jdbc.host>127.0.0.1</jdbc.host>
|
95 | 97 | <jdbc.password>68NKG7n1mN8rErEfbag2qM==</jdbc.password>
|
| 98 | + <fdfs.host>http://127.0.0.1/</fdfs.host> |
| 99 | + <fdfs.trackerList>127.0.0.1:22122</fdfs.trackerList> |
96 | 100 | </properties>
|
97 | 101 | </profile>
|
98 | 102 | <profile>
|
|
105 | 109 | <session.cookie.secure>true</session.cookie.secure>
|
106 | 110 | <jdbc.host>127.0.0.1</jdbc.host>
|
107 | 111 | <jdbc.password>68NKG7n1mN8rErEfbag2qM==</jdbc.password>
|
| 112 | + <fdfs.host>http://127.0.0.1/</fdfs.host> |
| 113 | + <fdfs.trackerList>127.0.0.1:22122</fdfs.trackerList> |
108 | 114 | </properties>
|
109 | 115 | </profile>
|
110 | 116 | </profiles>
|
|
122 | 128 | </repository>
|
123 | 129 | </repositories>
|
124 | 130 |
|
125 |
| - <dependencies><!--FastDFS --> |
126 |
| - <dependency> |
127 |
| - <groupId>com.luhuiguo</groupId> |
128 |
| - <artifactId>fastdfs-spring-boot-starter</artifactId> |
129 |
| - <version>0.2.0</version> |
130 |
| - </dependency> |
| 131 | + <dependencies> |
131 | 132 | <dependency>
|
132 | 133 | <groupId>junit</groupId>
|
133 | 134 | <artifactId>junit</artifactId>
|
|
223 | 224 | <groupId>org.springframework.data</groupId>
|
224 | 225 | <artifactId>spring-data-redis</artifactId>
|
225 | 226 | </dependency>
|
| 227 | + <dependency> |
| 228 | + <groupId>org.springframework</groupId> |
| 229 | + <artifactId>spring-aspects</artifactId> |
| 230 | + </dependency> |
226 | 231 | <!-- 缓存 -->
|
227 | 232 | <dependency>
|
228 | 233 | <groupId>redis.clients</groupId>
|
229 | 234 | <artifactId>jedis</artifactId>
|
230 | 235 | </dependency>
|
231 |
| - <!-- 切面 --> |
232 |
| - <dependency> |
233 |
| - <groupId>org.aspectj</groupId> |
234 |
| - <artifactId>aspectjweaver</artifactId> |
235 |
| - </dependency> |
236 | 236 | <!-- alibaba工具包 -->
|
237 | 237 | <dependency>
|
238 | 238 | <groupId>com.alibaba</groupId>
|
|
401 | 401 | <artifactId>pinyin4j</artifactId>
|
402 | 402 | <version>${pinyin4j.version}</version>
|
403 | 403 | </dependency>
|
| 404 | + <!--FastDFS --> |
| 405 | + <dependency> |
| 406 | + <groupId>com.luhuiguo</groupId> |
| 407 | + <artifactId>fastdfs-client</artifactId> |
| 408 | + <version>0.4.0</version> |
| 409 | + <exclusions> |
| 410 | + <exclusion> |
| 411 | + <groupId>*</groupId> |
| 412 | + <artifactId>*</artifactId> |
| 413 | + </exclusion> |
| 414 | + </exclusions> |
| 415 | + </dependency> |
404 | 416 | </dependencies>
|
405 | 417 |
|
406 | 418 | <build>
|
|
0 commit comments