mirror of
https://github.com/PowerJob/PowerJob.git
synced 2025-07-17 00:00:04 +08:00
[fix] change Licence in swaggerUI
This commit is contained in:
parent
69f4699ec5
commit
a577a7e5a8
@ -26,9 +26,9 @@ public class SwaggerConfig {
|
||||
ApiInfo apiInfo = new ApiInfoBuilder()
|
||||
.title("OhMyScheduler")
|
||||
.description("Distributed scheduling and computing framework.")
|
||||
.license("GPL")
|
||||
.license("Apache Licence 2")
|
||||
.termsOfServiceUrl("https://github.com/KFCFans/OhMyScheduler")
|
||||
.version("DEVELOP-VERSION")
|
||||
.version("2.0.0")
|
||||
.build();
|
||||
|
||||
return new Docket(DocumentationType.SWAGGER_2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user