| | |
| | | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| | | <modelVersion>4.0.0</modelVersion> |
| | | <groupId>com.doumee</groupId> |
| | | <artifactId>official_website</artifactId> |
| | | <artifactId>dmttwebsite</artifactId> |
| | | <version>1.0.0-SNAPSHOT</version> |
| | | <packaging>jar</packaging> |
| | | <packaging>war</packaging> |
| | | <name>official_website</name> |
| | | <description></description> |
| | | |
| | |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-web</artifactId> |
| | | <!-- <exclusions> |
| | | <exclusion> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-tomcat</artifactId> |
| | | </exclusion> |
| | | </exclusions> --> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-tomcat</artifactId> |
| | | <scope>provided</scope> |
| | | </dependency> |
| | | <!-- Redis --> |
| | | <dependency> |
| | |
| | | <dependency> |
| | | <groupId>mysql</groupId> |
| | | <artifactId>mysql-connector-java</artifactId> |
| | | <scope>runtime</scope> |
| | | <version>8.0.19</version> |
| | | <!--<scope>system</scope>--> |
| | | </dependency> |
| | | <!-- <dependency> |
| | | <groupId>mysql</groupId> |
| | | <artifactId>mysql-connector-java</artifactId> |
| | | <version>8.0.19</version> |
| | | <scope>system</scope> |
| | | <systemPath>${project.basedir}/doc/mysql-connector-java-8.0.19.jar</systemPath> |
| | | </dependency>--> |
| | | <!-- swagger --> |
| | | <!--<dependency> |
| | | <groupId>io.springfox</groupId> |
| | |
| | | </dependencies> |
| | | |
| | | <build> |
| | | <finalName>official_website</finalName> |
| | | <finalName>dmttwebsite</finalName> |
| | | <resources> |
| | | <resource> |
| | | <directory>src/main/resources</directory> |