|
35 | 35 | <groupId>org.springframework.boot</groupId> |
36 | 36 | <artifactId>spring-boot-starter-test</artifactId> |
37 | 37 | </dependency> |
38 | | - <!--SpringSecurity--> |
39 | | - <dependency> |
40 | | - <groupId>org.springframework.boot</groupId> |
41 | | - <artifactId>spring-boot-starter-security</artifactId> |
42 | | - </dependency> |
43 | | - <!--rabbitmq--> |
44 | | - <dependency> |
45 | | - <groupId>org.springframework.boot</groupId> |
46 | | - <artifactId>spring-boot-starter-amqp</artifactId> |
47 | | - </dependency> |
48 | | - <dependency> |
49 | | - <groupId>org.springframework.security</groupId> |
50 | | - <artifactId>spring-security-test</artifactId> |
51 | | - <scope>test</scope> |
52 | | - </dependency> |
53 | | - <!-- fastjson--> |
54 | | - <dependency> |
55 | | - <groupId>com.alibaba</groupId> |
56 | | - <artifactId>fastjson</artifactId> |
57 | | - <version>1.2.75</version> |
58 | | - </dependency> |
59 | | - <!--commons文件--> |
60 | | - <dependency> |
61 | | - <groupId>commons-io</groupId> |
62 | | - <artifactId>commons-io</artifactId> |
63 | | - <version>2.4</version> |
64 | | - </dependency> |
65 | | - <!--Swagger3.0--> |
66 | | - <dependency> |
67 | | - <groupId>io.springfox</groupId> |
68 | | - <artifactId>springfox-boot-starter</artifactId> |
69 | | - <version>3.0.0</version> |
70 | | - </dependency> |
71 | | - <!--数据库驱动--> |
72 | | - <dependency> |
73 | | - <groupId>mysql</groupId> |
74 | | - <artifactId>mysql-connector-java</artifactId> |
75 | | - </dependency> |
76 | | - <!--redis--> |
77 | | - <dependency> |
78 | | - <groupId>org.springframework.boot</groupId> |
79 | | - <artifactId>spring-boot-starter-data-redis</artifactId> |
80 | | - </dependency> |
81 | | - <!--mybaits-plus--> |
82 | | - <dependency> |
83 | | - <groupId>com.baomidou</groupId> |
84 | | - <artifactId>mybatis-plus-boot-starter</artifactId> |
85 | | - <version>3.0.5</version> |
86 | | - </dependency> |
87 | | - <!-- 分页插件 --> |
88 | | - <dependency> |
89 | | - <groupId>com.github.pagehelper</groupId> |
90 | | - <artifactId>pagehelper-spring-boot-starter</artifactId> |
91 | | - <version>1.3.0</version> |
92 | | - </dependency> |
93 | | - <!-- 数据库密码加密--> |
94 | | - <dependency> |
95 | | - <groupId>com.github.ulisesbocchio</groupId> |
96 | | - <artifactId>jasypt-spring-boot</artifactId> |
97 | | - <version>3.0.2</version> |
98 | | - </dependency> |
99 | | - <!--lombok--> |
100 | | - <dependency> |
101 | | - <groupId>org.projectlombok</groupId> |
102 | | - <artifactId>lombok</artifactId> |
103 | | - <optional>true</optional> |
104 | | - </dependency> |
105 | | - <!--commons-lang 字符串处理--> |
106 | | - <dependency> |
107 | | - <groupId>commons-lang</groupId> |
108 | | - <artifactId>commons-lang</artifactId> |
109 | | - <version>2.6</version> |
110 | | - </dependency> |
111 | | - <!--七牛云 --> |
112 | | - <dependency> |
113 | | - <groupId>com.qiniu</groupId> |
114 | | - <artifactId>qiniu-java-sdk</artifactId> |
115 | | - <version>7.7.0</version> |
116 | | - </dependency> |
117 | | - |
118 | | - |
119 | 38 | </dependencies> |
120 | 39 |
|
121 | 40 | <build> |
|
0 commit comments