| | |
| | | <fastjson.version>2.0.43</fastjson.version> |
| | | <commons.lang.version>2.6</commons.lang.version> |
| | | <druid.version>1.2.20</druid.version> |
| | | <pagehelper.version>1.3.0</pagehelper.version> |
| | | <pagehelper.boot.version>1.4.6</pagehelper.boot.version> |
| | | <aliyun.sdk.oss.version>3.10.2</aliyun.sdk.oss.version> |
| | | <knife4j.version>3.0.2</knife4j.version> |
| | | <aspectj.version>1.9.4</aspectj.version> |
| | |
| | | </dependencyManagement> |
| | | |
| | | <dependencies> |
| | | <!-- Activiti7 --> |
| | | <dependency> |
| | | <groupId>org.activiti</groupId> |
| | | <artifactId>activiti-spring-boot-starter</artifactId> |
| | | <version>7.0.0.GA</version> |
| | | </dependency> |
| | | <!-- jpa --> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | |
| | | <version>${mybatis.spring.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-data-mongodb</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.projectlombok</groupId> |
| | | <artifactId>lombok</artifactId> |
| | |
| | | <version>${druid.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- pagehelper 分页插件 --> |
| | | <dependency> |
| | | <groupId>com.github.pagehelper</groupId> |
| | | <artifactId>pagehelper-spring-boot-starter</artifactId> |
| | | <version>${pagehelper.version}</version> |
| | | <version>${pagehelper.boot.version}</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <artifactId>jsqlparser</artifactId> |
| | | <groupId>com.github.jsqlparser</groupId> |
| | | <groupId>org.mybatis</groupId> |
| | | <artifactId>mybatis</artifactId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <groupId>org.mybatis</groupId> |
| | | <artifactId>mybatis-spring</artifactId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | |
| | | |
| | | <build> |
| | | <plugins> |
| | | |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-compiler-plugin</artifactId> |