Browse Source

fixed 启动提示信息jar

fushengqian 1 year ago
parent
commit
468945ca36

+ 1 - 1
fuint-application/src/main/java/com/fuint/common/service/impl/GoodsServiceImpl.java

@@ -402,7 +402,7 @@ public class GoodsServiceImpl extends ServiceImpl<MtGoodsMapper, MtGoods> implem
     /**
      * 根据ID删除商品信息
      *
-     * @param  id       ID
+     * @param  id ID
      * @param  operator 操作人
      * @throws BusinessCheckException
      */

+ 1 - 1
fuint-application/src/main/java/com/fuint/fuintApplication.java

@@ -25,7 +25,7 @@ public class fuintApplication {
     public static void main(String[] args) {
         SpringApplication.run(fuintApplication.class, args);
         System.out.println("==================================================\n" +
-                "恭喜,系统启动成功啦!  \n" +
+                "恭喜,fuint系统启动成功啦!  \n" +
                 "系统官网:https://www.fuint.cn  \n" +
                 "接口文档:http://localhost:8080/swagger-ui.html \n" +
                 "==================================================\n  \n");