ab289d1e57822ee731c56a4a224be8f4208156c0.svn-base 362 B

12345678910111213141516171819202122232425262728293031323334
  1. /**
  2. *
  3. */
  4. package com.yihu.main;
  5. import com.yihu.base.ConfigUtil;
  6. /**
  7. * @author chenwu
  8. *
  9. */
  10. public class Shutdown {
  11. /**
  12. * @param args
  13. */
  14. public static void main(String[] args) {
  15. // TODO Auto-generated method stub
  16. try {
  17. System.exit(0);
  18. } catch (Exception e) {
  19. // TODO Auto-generated catch block
  20. e.printStackTrace();
  21. }
  22. }
  23. }