Commit 2b45603c authored by yanzg's avatar yanzg

将源码打包进jar包

parent 69912848
......@@ -46,18 +46,8 @@ public class LogLocal implements ThreadNext.Next, InitializingBean {
this.logFilters = logFilters;
}
/**
* Invoked by a BeanFactory after it has set all bean properties supplied
* (and satisfied BeanFactoryAware and ApplicationContextAware).
* <p>This method allows the bean instance to perform initialization only
* possible when all bean properties have been set and to throw an
* exception in the event of misconfiguration.
*
* @throws Exception in the event of misconfiguration (such
* as failure to set an essential property) or if initialization fails.
*/
@Override
public void afterPropertiesSet() throws Exception {
public void afterPropertiesSet() {
ThreadNext.start(this, "save log error");
}
......
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