| | |
| | | <artifactId>jstl</artifactId> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-tomcat</artifactId> |
| | | <!--<scope>provided</scope>--> |
| | | </dependency> |
| | | |
| | | <!-- mybatis自动生成 --> |
| | | <dependency> |
| | | <groupId>com.gitee.sunchenbin.mybatis.actable</groupId> |
| | |
| | | <version>1.5.0-RC2</version> |
| | | </dependency> |
| | | |
| | | <!-- https://mvnrepository.com/artifact/org.redisson/redisson-spring-boot-starter --> |
| | | <dependency> |
| | | <groupId>org.redisson</groupId> |
| | | <artifactId>redisson-spring-boot-starter</artifactId> |
| | | </dependency> |
| | | |
| | | |
| | | <!-- redis --> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | |
| | | </dependencies> |
| | | |
| | | <build> |
| | | <finalName>hx-demoboot</finalName> |
| | | <finalName>hx-common</finalName> |
| | | <resources> |
| | | <resource> |
| | | <directory>src/main/java</directory> |