2008-05-26
StartUp.java
package com.msp.smg;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class StartUp {
public static void main(String[] args) {
System.out.println("SMG Server start ...");
new ClassPathXmlApplicationContext(new String[] {"spring_smpp.xml"});
System.out.println("SMG Server start success.");
}
}
发表评论
- 浏览: 16924 次
- 性别:


- 详细资料
搜索本博客
我的相册
睿睿和他妈妈
共 4 张
共 4 张
最近加入圈子
链接
最新评论
-
用lucene对时间索引后搜索 ...
unique5945 写道caocao 写道那是因为RangeQuery内部被r ...
-- by caocao -
用lucene对时间索引后搜索 ...
caocao 写道那是因为RangeQuery内部被rewrite成许多Term ...
-- by unique5945 -
Linux上NFS共享
/etc/fstab的格式: fs_spec fs_file fs ...
-- by yinhj -
Linux上NFS共享
exportfs命令: 如果我们在启动了NFS之后又修改了/etc/expor ...
-- by yinhj -
用lucene对时间索引后搜索 ...
那是因为RangeQuery内部被rewrite成许多TermQuery,时间精 ...
-- by caocao






评论排行榜