mirror of
https://github.com/sismics/docs.git
synced 2025-12-12 17:26:13 +00:00
@@ -59,12 +59,7 @@ public class RequestContextFilter implements Filter {
|
||||
org.apache.log4j.Logger.getRootLogger().addAppender(fileAppender);
|
||||
|
||||
// Initialize the application context
|
||||
TransactionUtil.handle(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
AppContext.getInstance();
|
||||
}
|
||||
});
|
||||
TransactionUtil.handle(AppContext::getInstance);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user