| | |
| | | </repositories> |
| | | |
| | | <dependencies> |
| | | |
| | | <dependency> |
| | | <groupId>com.oracle.database.jdbc</groupId> |
| | | <artifactId>ojdbc8</artifactId> |
| | | <version>19.8.0.0</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.oracle.database.jdbc</groupId> |
| | | <artifactId>orai18n</artifactId> |
| | | <version>12.1.0.2.0</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter</artifactId> |
| | |
| | | <artifactId>weixin-java-miniapp</artifactId> |
| | | <version>4.2.0</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.seleniumhq.selenium</groupId> |
| | | <artifactId>selenium-java</artifactId> |
| | | <version>3.141.59</version> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | |
| | | <!-- |
| | | <build> |
| | | <plugins> |
| | | <!– maven打包插件–> |
| | | <plugin> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-maven-plugin</artifactId> |
| | | </plugin> |
| | | <plugin> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-maven-plugin</artifactId> |
| | | <version>2.1.1.RELEASE</version> |
| | | <configuration> |
| | | <fork>true</fork> <!– 如果没有该配置,devtools不会生效 –> |
| | | </configuration> |
| | | <executions> |
| | | <execution> |
| | | <goals> |
| | | <goal>repackage</goal> |
| | | </goals> |
| | | </execution> |
| | | </executions> |
| | | </plugin> |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-war-plugin</artifactId> |
| | | <version>3.2.2</version> |
| | | <configuration> |
| | | <failOnMissingWebXml>false</failOnMissingWebXml> |
| | | <!– <warName>${project.artifactId}</warName>–> |
| | | <warName>ltkj-admin</warName> |
| | | </configuration> |
| | | </plugin> |
| | | </plugins> |
| | | <finalName>ltkj-admin</finalName> |
| | | </build> |
| | | --> |
| | | <!-- |
| | | <build> |
| | | <plugins> |
| | | <!– maven打包插件–> |
| | | <plugin> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-maven-plugin</artifactId> |
| | | </plugin> |
| | | <plugin> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-maven-plugin</artifactId> |
| | | <version>2.1.1.RELEASE</version> |
| | | <configuration> |
| | | <fork>true</fork> <!– 如果没有该配置,devtools不会生效 –> |
| | | </configuration> |
| | | <executions> |
| | | <execution> |
| | | <goals> |
| | | <goal>repackage</goal> |
| | | </goals> |
| | | </execution> |
| | | </executions> |
| | | </plugin> |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-war-plugin</artifactId> |
| | | <version>3.2.2</version> |
| | | <configuration> |
| | | <failOnMissingWebXml>false</failOnMissingWebXml> |
| | | <!– <warName>${project.artifactId}</warName>–> |
| | | <warName>ltkj-admin</warName> |
| | | </configuration> |
| | | </plugin> |
| | | </plugins> |
| | | <finalName>ltkj-admin</finalName> |
| | | </build> |
| | | --> |
| | | |
| | | <build> |
| | | <plugins> |