-
傳統(tǒng)方式訪問數(shù)據(jù)庫查看全部
-
Spring Data課程安排查看全部
-
Spring Data應(yīng)用場景查看全部
-
Spring Data概覽查看全部
-
什么是Spring Data查看全部
-
老師快出spark的教程查看全部
-
傳統(tǒng)訪問數(shù)據(jù)庫:jdbc查看全部
-
Repository接口定義規(guī)則查看全部
-
筆記測試查看全部
-
Respository @Query注解查看全部
-
Repository查詢方法定義查看全部
-
Repository中查詢方法定義規(guī)則和使用二查看全部
-
Repository中查詢方法定義規(guī)則和使用查看全部
-
獲取配置文件 InputStream inputStream =當(dāng)前類名.class.getClassLoader().getResourceAsStream("文件名"); Properties properties = new Properties(); properties.load(inputStream); String url=properties.getProperty("jdbc.url");查看全部
-
數(shù)據(jù)庫的建表操作, MySQL -uroot -p123 create database 數(shù)據(jù)庫名 create table 表名( id int not null auto_increment, name varchar(20) nou null, age int not null, primary key(id) );查看全部
舉報
0/150
提交
取消