We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
跑demo的时候看见有个timer-0线程保持着,是disconf起的?
The text was updated successfully, but these errors were encountered:
那个不是timer,是一个while循环
Sorry, something went wrong.
public class DisconfDemoMain { protected static final Logger LOGGER = LoggerFactory.getLogger(DisconfDemoMain.class); private static String[] fn = null; // 初始化spring文档 private static void contextInitialized() { fn = new String[] {"applicationContext.xml"}; } /** * @param args * * @throws Exception */ public static void main(String[] args) throws Exception { contextInitialized(); ClassPathXmlApplicationContext ctx = new ClassPathXmlApplicationContext(fn); } }
我入口改成这样还是会有的,应该不是DisconfDemoTask里面那个while(true)
你是不是用旧版的 disconf ? 先前的有一版是有一个 timer
No branches or pull requests
跑demo的时候看见有个timer-0线程保持着,是disconf起的?
The text was updated successfully, but these errors were encountered: