| | |
| | | <artifactId>mybatis-plus-boot-starter</artifactId> |
| | | <version>3.5.1</version> |
| | | </dependency> |
| | | <!--支持PGIS的geometry类型:https://www.91mszl.com/zhangwuji/article/details/1350--> |
| | | <!--<dependency> |
| | | <groupId>com.eyougo</groupId> |
| | | <artifactId>mybatis-typehandlers-postgis</artifactId> |
| | | <version>1.0</version> |
| | | </dependency>--> |
| | | <!--mybatis--> |
| | | <!--<dependency> |
| | | <groupId>org.mybatis.spring.boot</groupId> |
| | |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-aop</artifactId> |
| | | </dependency> |
| | | <!--热部署--> |
| | | <!--页面热部署--> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-devtools</artifactId> |
| | | <optional>true</optional> |
| | | <scope>true</scope> |
| | | </dependency> |
| | | <!--fastjson--> |
| | | <dependency> |
| | |
| | | <artifactId>easyexcel</artifactId> |
| | | <version>2.2.10</version> |
| | | </dependency> |
| | | <!--access--> |
| | | <dependency> |
| | | <groupId>net.sf.ucanaccess</groupId> |
| | | <artifactId>ucanaccess</artifactId> |
| | | <version>5.0.1</version> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | <build> |