This commit is contained in:
zhangchenbiao
2024-03-12 17:28:40 +08:00
parent a987169949
commit 6e409f738a
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ RUN echo "Asia/Shanghai" > /etc/timezone
# 将jar包添加到容器中并更名为app.jar
ARG JAR_FILE
ADD target/coolstore-partner-webb-1.0.0.jar /app.jar
ADD target/coolstore-partner-web-1.0.0.jar /app.jar
#配置项目端口
# 运行jar包

View File

@@ -34,7 +34,7 @@ public class Swagger2Config {
/**
* 扫描接口地址的包名
*/
public static final String BASE_PACKAGE = "com.cool.store.controller";
public static final String BASE_PACKAGE = "com.cool.store.controller.webb";
private ApiInfo getApiInfo() {
return new ApiInfoBuilder()