master
修改密码漏洞修复完成 3 months ago
parent 867b21bd12
commit 0950cdb22d

@ -139,30 +139,6 @@
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
<!--刘慧宇写的工具类-->
<dependency>
<groupId>com.liuhuiyu</groupId>
<artifactId>util</artifactId>
<version>2021.2.0</version>
</dependency>
<dependency>
<groupId>com.liuhuiyu</groupId>
<artifactId>jpa</artifactId>
<version>2021.1.0</version>
</dependency>
<dependency>
<groupId>com.liuhuiyu</groupId>
<artifactId>dto</artifactId>
<version>2021.1.0</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>
</dependencies>
<build>

@ -21,6 +21,7 @@
</properties>
<modules>
<module>commons-jar</module>
<module>eureka-server</module>
<module>service-order</module>
<module>service-user</module>

Loading…
Cancel
Save