提交 deefb70e authored 作者: 许俊's avatar 许俊

微调

上级 d2dbbf32
...@@ -351,7 +351,7 @@ public class WebApi { ...@@ -351,7 +351,7 @@ public class WebApi {
return Result.OK(connectParmVo); return Result.OK(connectParmVo);
} }
/*test*/ /* *//*test*//*
@GetMapping("/test") @GetMapping("/test")
@AutoLog(value = "第三方通用接口-test") @AutoLog(value = "第三方通用接口-test")
@ApiOperation(value = "第三方通用接口-test", notes = "第三方通用接口-test") @ApiOperation(value = "第三方通用接口-test", notes = "第三方通用接口-test")
...@@ -368,7 +368,7 @@ public class WebApi { ...@@ -368,7 +368,7 @@ public class WebApi {
return Result.OK(System.getProperty("user.dir")+"--------"+jar_parent+"------------"+jar_parent2); return Result.OK(System.getProperty("user.dir")+"--------"+jar_parent+"------------"+jar_parent2);
} }
/*test2*/ *//*test2*//*
@GetMapping("/test2") @GetMapping("/test2")
@AutoLog(value = "第三方通用接口-test2") @AutoLog(value = "第三方通用接口-test2")
@ApiOperation(value = "第三方通用接口-test2", notes = "第三方通用接口-test2") @ApiOperation(value = "第三方通用接口-test2", notes = "第三方通用接口-test2")
...@@ -383,7 +383,7 @@ public class WebApi { ...@@ -383,7 +383,7 @@ public class WebApi {
return Result.OK("上传成功"); return Result.OK("上传成功");
} }*/
//金蝶云登录公用方法 //金蝶云登录公用方法
public void Kingdeelogin() public void Kingdeelogin()
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<configuration debug="false"> <configuration debug="false">
<!--定义日志文件的存储地址 --> <!--定义日志文件的存储地址 -->
<property name="LOG_HOME" value="/oztsystem/storage/" /> <property name="LOG_HOME" value="../logs" />
<!--<property name="COLOR_PATTERN" value="%black(%contextName-) %red(%d{yyyy-MM-dd HH:mm:ss}) %green([%thread]) %highlight(%-5level) %boldMagenta( %replace(%caller{1}){'\t|Caller.{1}0|\r\n', ''})- %gray(%msg%xEx%n)" />--> <!--<property name="COLOR_PATTERN" value="%black(%contextName-) %red(%d{yyyy-MM-dd HH:mm:ss}) %green([%thread]) %highlight(%-5level) %boldMagenta( %replace(%caller{1}){'\t|Caller.{1}0|\r\n', ''})- %gray(%msg%xEx%n)" />-->
<!-- 控制台输出 --> <!-- 控制台输出 -->
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论