调整打包参数
parent
7c67b5ac20
commit
46395a31ba
2
pom.xml
2
pom.xml
|
|
@ -174,7 +174,7 @@
|
|||
<!-- 外部依赖jar包的最终位置 -->
|
||||
<classpathPrefix>lib/</classpathPrefix>
|
||||
<!-- 项目启动类 -->
|
||||
<mainClass>com.whdc.zhdbaqapi.ZhSjgxApiApplication</mainClass>
|
||||
<mainClass>com.whdc.zhdbaqapi.ZhDbaqApiApplication</mainClass>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ public class Knife4jConfiguration {
|
|||
return new ApiInfoBuilder()
|
||||
.title("漳河大坝安全api")
|
||||
.description("# 漳河大坝安全api RESTful APIs")
|
||||
.termsOfServiceUrl("http://219.138.108.99:19000/sjgx")
|
||||
.termsOfServiceUrl("http://219.138.108.99:19000/dbaq")
|
||||
.contact(new Contact("湖北纬皓端成", null, null))
|
||||
.version("1.0")
|
||||
.build();
|
||||
|
|
|
|||
Loading…
Reference in New Issue