| | |
| | | <groupId>com.hx.gitee</groupId> |
| | | <artifactId>platform-common</artifactId> |
| | | <packaging>jar</packaging> |
| | | <version>1.0-SNAPSHOT</version> |
| | | |
| | | <parent> |
| | | <groupId>com.hx.gitee</groupId> |
| | | <artifactId>hx-parent</artifactId> |
| | | <version>stander</version> |
| | | </parent> |
| | | |
| | | <dependencies> |
| | | <dependency> |
| | | <groupId>com.github.ulisesbocchio</groupId> |
| | | <artifactId>jasypt-spring-boot-starter</artifactId> |
| | | <version>2.1.2</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.hx.gitee</groupId> |
| | | <artifactId>hx-common</artifactId> |
| | | <version>1.0-SNAPSHOT</version> |
| | | <version>stander</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.hx.gitee</groupId> |
| | | <artifactId>hx-redisson</artifactId> |
| | | <version>1.0-SNAPSHOT</version> |
| | | <version>stander</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |