How to do some tasks when the application is initialized?
You let HiveMind inject stuff into your service that runs at startup:
[code]public class MyStartupClass implements Runnable
{
private MyService myService;
public void setMyService( MyService...
2006-10-30 14:49:41 ·
105 阅读 ·
0 评论