| | |
| | | <description>Demo project for Spring Boot</description> |
| | | |
| | | <modules> |
| | | <module>sandu-common</module> |
| | | <module>dao</module> |
| | | <module>sandu-common</module> |
| | | <module>ximon-admin</module> |
| | | </modules> |
| | | |
| | |
| | | <groupId>org.projectlombok</groupId> |
| | | <artifactId>lombok</artifactId> |
| | | <optional>true</optional> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>commons-lang</groupId> |
| | | <artifactId>commons-lang</artifactId> |
| | | <version>2.6</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.thymeleaf</groupId> |
| | | <artifactId>thymeleaf</artifactId> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | |
| | | <artifactId>weixin-java-miniapp</artifactId> |
| | | <version>${weixin-java.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- amqp 1.0 qpid client --> |
| | | <dependency> |
| | | <groupId>org.apache.qpid</groupId> |
| | | <artifactId>qpid-jms-client</artifactId> |
| | | <version>0.57.0</version> |
| | | </dependency> |
| | | <!-- util for base64--> |
| | | <dependency> |
| | | <groupId>commons-codec</groupId> |
| | | <artifactId>commons-codec</artifactId> |
| | | <version>1.10</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.aliyun</groupId> |
| | | <artifactId>aliyun-java-sdk-core</artifactId> |
| | | <version>4.5.6</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.aliyun</groupId> |
| | | <artifactId>aliyun-java-sdk-iot</artifactId> |
| | | <version>7.29.0</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>cn.dreampie</groupId> |
| | | <artifactId>jfinal-utils</artifactId> |
| | | <version>0.2</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>easyexcel</artifactId> |
| | | <version>2.2.10</version> |
| | | </dependency> |
| | | <!--xls--> |
| | | <dependency> |
| | | <groupId>org.apache.poi</groupId> |
| | | <artifactId>poi</artifactId> |
| | | <version>3.17</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.poi</groupId> |
| | | <artifactId>poi-ooxml</artifactId> |
| | | <version>3.17</version> |
| | | </dependency> |
| | | </dependencies> |
| | | </dependencyManagement> |
| | | |
| | | <build> |
| | | <plugins> |
| | | <plugin> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-maven-plugin</artifactId> |
| | | <configuration> |
| | | <excludes> |
| | | <exclude> |
| | | <groupId>org.projectlombok</groupId> |
| | | <artifactId>lombok</artifactId> |
| | | </exclude> |
| | | </excludes> |
| | | </configuration> |
| | | </plugin> |
| | | |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-compiler-plugin</artifactId> |