| | |
| | | <groupId>mysql</groupId> |
| | | <artifactId>mysql-connector-java</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.postgresql</groupId> |
| | | <artifactId>postgresql</artifactId> |
| | | <version>42.7.7</version> <!-- 建议使用较新稳定版 --> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.zaxxer</groupId> |
| | | <artifactId>HikariCP</artifactId> |
| | | <version>4.0.3</version> |
| | | </dependency> |
| | | <!--lombok--> |
| | | <dependency> |
| | | <groupId>org.projectlombok</groupId> |
| | |
| | | <artifactId>spring-boot-maven-plugin</artifactId> |
| | | <version>${spring-boot.version}</version> |
| | | <configuration> |
| | | <mainClass>com.chinaztt.mes.docx.DataAcquisitionApplication</mainClass> |
| | | <mainClass>com.hwtd.mes.collect.DataAcquisitionApplication</mainClass> |
| | | <skip>false</skip> |
| | | </configuration> |
| | | <executions> |