- 浏览: 26536 次
- 性别:
- 来自: 成都
-
最新评论
-
pyzheng:
I_conquer 写道pyzheng 写道我有一篇文章是直接 ...
hibernate tools反向生成实体类 -
I_conquer:
pyzheng 写道我有一篇文章是直接用Hibernate T ...
hibernate tools反向生成实体类 -
pyzheng:
我有一篇文章是直接用Hibernate Tools的源码来产生 ...
hibernate tools反向生成实体类
文章列表
spring 加载配置文件的几种方法
在学习spring的过程中,加载文件报错,告诉我文件不存在:
代码:
package helloworld;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class HelloTest {
@Test
public void testHelloWorld() {
// 1 ...