-
传统方式访问数据库查看全部
-
Spring Data课程安排查看全部
-
Spring Data应用场景查看全部
-
Spring Data概览查看全部
-
什么是Spring Data查看全部
-
老师快出spark的教程查看全部
-
传统访问数据库:jdbc查看全部
-
Repository接口定义规则查看全部
-
笔记测试查看全部
-
Respository @Query注解查看全部
-
Repository查询方法定义查看全部
-
Repository中查询方法定义规则和使用二查看全部
-
Repository中查询方法定义规则和使用查看全部
-
获取配置文件 InputStream inputStream =当前类名.class.getClassLoader().getResourceAsStream("文件名"); Properties properties = new Properties(); properties.load(inputStream); String url=properties.getProperty("jdbc.url");查看全部
-
数据库的建表操作, MySQL -uroot -p123 create database 数据库名 create table 表名( id int not null auto_increment, name varchar(20) nou null, age int not null, primary key(id) );查看全部
举报
0/150
提交
取消