Adding modifications
This commit is contained in:
@@ -10,9 +10,9 @@
|
||||
<relativePath /> <!-- lookup parent from repository -->
|
||||
</parent>
|
||||
<groupId>ro.stefan</groupId>
|
||||
<artifactId>swagger-grouping-with-tags-example</artifactId>
|
||||
<artifactId>swagger-api-info-example</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<name>swagger-grouping-with-tags-example</name>
|
||||
<name>swagger-api-info-example</name>
|
||||
<description>Demo project for Spring Boot</description>
|
||||
<properties>
|
||||
<java.version>1.8</java.version>
|
||||
|
||||
@@ -25,7 +25,7 @@ public class SpringFoxConfig {
|
||||
@Bean
|
||||
public Docket api2() {
|
||||
return new Docket(DocumentationType.SWAGGER_2)
|
||||
.groupName("accouting")
|
||||
.groupName("accounting")
|
||||
.select()
|
||||
.apis(RequestHandlerSelectors.basePackage("ro.stefan.external.apis.accounting"))
|
||||
.paths(PathSelectors.any())
|
||||
|
||||
Reference in New Issue
Block a user