Commit a55fa2ba by weisong

fix appid and appName

parent a07aae54
......@@ -30,9 +30,9 @@ public class LogAspectj {
private static final String EXCEPTION_CODE = "500";
private String host="";
@Value("app.info.appId")
@Value("${app.info.appId}")
private String appId;
@Value("app.info.appName")
@Value("${app.info.appName}")
private String appName;
@Autowired
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment