| | |
| | | <version>1.5.6.RELEASE</version> |
| | | <relativePath/> <!-- lookup parent from repository --> |
| | | </parent> |
| | | <!-- <packaging>war</packaging>--> |
| | | <packaging>war</packaging> |
| | | |
| | | <groupId>com.example</groupId> |
| | | <artifactId>PM20221203225_OpenAPI3_Service</artifactId> |
| | |
| | | <artifactId>spring-boot-starter-web</artifactId> |
| | | </dependency> |
| | | <!--war:servlet--> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>javax.servlet</groupId>--> |
| | | <!-- <artifactId>javax.servlet-api</artifactId>--> |
| | | <!-- <version>3.1.0</version>--> |
| | | <!-- <scope>provided</scope>--> |
| | | <!-- </dependency>--> |
| | | <dependency> |
| | | <groupId>javax.servlet</groupId> |
| | | <artifactId>javax.servlet-api</artifactId> |
| | | <version>3.1.0</version> |
| | | <scope>provided</scope> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |