修改模块的 fat jar 打包方式
This commit is contained in:
@@ -18,7 +18,7 @@ import static cn.iocoder.yudao.framework.common.pojo.CommonResult.success;
|
|||||||
@Tag(name = "base")
|
@Tag(name = "base")
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("/base")
|
@RequestMapping("/base")
|
||||||
public class BaseController {
|
public class BaseTestController {
|
||||||
|
|
||||||
@GetMapping("/hello")
|
@GetMapping("/hello")
|
||||||
@Operation(summary = "Hello base")
|
@Operation(summary = "Hello base")
|
||||||
@@ -104,7 +104,7 @@ xxl:
|
|||||||
yudao:
|
yudao:
|
||||||
info:
|
info:
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
base-package: cn.iocoder.yudao.module
|
base-package: cn.iocoder.yudao
|
||||||
web:
|
web:
|
||||||
admin-ui:
|
admin-ui:
|
||||||
url: http://dashboard.yudao.iocoder.cn # Admin 管理后台 UI 的地址
|
url: http://dashboard.yudao.iocoder.cn # Admin 管理后台 UI 的地址
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -18,7 +18,7 @@
|
|||||||
<url>https://github.com/YunaiV/ruoyi-vue-pro</url>
|
<url>https://github.com/YunaiV/ruoyi-vue-pro</url>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<revision>2.6.0-SNAPSHOT</revision>
|
<revision>3.0.1</revision>
|
||||||
<!-- Maven 相关 -->
|
<!-- Maven 相关 -->
|
||||||
<java.version>17</java.version>
|
<java.version>17</java.version>
|
||||||
<maven.compiler.source>${java.version}</maven.compiler.source>
|
<maven.compiler.source>${java.version}</maven.compiler.source>
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ import static cn.iocoder.yudao.framework.common.pojo.CommonResult.success;
|
|||||||
@Tag(name = "管理后台 - Base")
|
@Tag(name = "管理后台 - Base")
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("/admin/base/base")
|
@RequestMapping("/admin/base/base")
|
||||||
public class BaseController {
|
public class BaseTestController {
|
||||||
|
|
||||||
@GetMapping("/hello")
|
@GetMapping("/hello")
|
||||||
@Operation(summary = "Hello Base")
|
@Operation(summary = "Hello Base")
|
||||||
Reference in New Issue
Block a user