資源簡(jiǎn)介
資源是關(guān)于spring boot in action 一書(shū)的源碼,本書(shū)共分8章節(jié)
每章歸類(lèi)為一個(gè)文件夾,僅供參考。

代碼片段和文件信息
package?readinglist;
import?javax.persistence.Entity;
import?javax.persistence.GeneratedValue;
import?javax.persistence.GenerationType;
import?javax.persistence.Id;
@Entity
public?class?Book?{
@Id
@GeneratedValue(strategy=GenerationType.AUTO)
private?Long?id;
private?String?reader;
private?String?isbn;
private?String?title;
private?String?author;
private?String?description;
public?Long?getId()?{
return?id;
}
public?void?setId(Long?id)?{
this.id?=?id;
}
public?String?getReader()?{
return?reader;
}
public?void?setReader(String?reader)?{
this.reader?=?reader;
}
public?String?getIsbn()?{
return?isbn;
}
public?void?setIsbn(String?isbn)?{
this.isbn?=?isbn;
}
public?String?gettitle()?{
return?title;
}
public?void?settitle(String?title)?{
this.title?=?title;
}
public?String?getAuthor()?{
return?author;
}
public?void?setAuthor(String?author)?{
this.author?=?author;
}
public?String?getDescription()?{
return?description;
}
public?void?setDescription(String?description)?{
this.description?=?description;
}
}
?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????文件????????311??2018-04-20?17:26??spring?boot?in?action?examples\.git\config
?????文件?????????73??2018-04-20?17:26??spring?boot?in?action?examples\.git\desc
?????文件?????????23??2018-04-20?17:26??spring?boot?in?action?examples\.git\HEAD
?????文件????????478??2018-04-20?17:26??spring?boot?in?action?examples\.git\hooks\applypatch-msg.sample
?????文件????????896??2018-04-20?17:26??spring?boot?in?action?examples\.git\hooks\commit-msg.sample
?????文件????????189??2018-04-20?17:26??spring?boot?in?action?examples\.git\hooks\post-update.sample
?????文件????????424??2018-04-20?17:26??spring?boot?in?action?examples\.git\hooks\pre-applypatch.sample
?????文件???????1642??2018-04-20?17:26??spring?boot?in?action?examples\.git\hooks\pre-commit.sample
?????文件???????1348??2018-04-20?17:26??spring?boot?in?action?examples\.git\hooks\pre-push.sample
?????文件???????4951??2018-04-20?17:26??spring?boot?in?action?examples\.git\hooks\pre-reba
?????文件????????544??2018-04-20?17:26??spring?boot?in?action?examples\.git\hooks\pre-receive.sample
?????文件???????1239??2018-04-20?17:26??spring?boot?in?action?examples\.git\hooks\prepare-commit-msg.sample
?????文件???????3610??2018-04-20?17:26??spring?boot?in?action?examples\.git\hooks\update.sample
?????文件??????34832??2018-04-20?17:26??spring?boot?in?action?examples\.git\index
?????文件????????240??2018-04-20?17:26??spring?boot?in?action?examples\.git\info\exclude
?????文件????????194??2018-04-20?17:26??spring?boot?in?action?examples\.git\logs\HEAD
?????文件????????194??2018-04-20?17:26??spring?boot?in?action?examples\.git\logs\refs\heads\master
?????文件????????194??2018-04-20?17:26??spring?boot?in?action?examples\.git\logs\refs\remotes\origin\HEAD
?????文件???????8548??2018-04-20?17:26??spring?boot?in?action?examples\.git\ob
?????文件?????346983??2018-04-20?17:26??spring?boot?in?action?examples\.git\ob
?????文件????????107??2018-04-20?17:26??spring?boot?in?action?examples\.git\packed-refs
?????文件?????????41??2018-04-20?17:26??spring?boot?in?action?examples\.git\refs\heads\master
?????文件?????????32??2018-04-20?17:26??spring?boot?in?action?examples\.git\refs\remotes\origin\HEAD
?????文件????????112??2018-04-20?17:26??spring?boot?in?action?examples\ch01\HelloController.groovy
?????文件???????6148??2018-04-20?17:26??spring?boot?in?action?examples\ch02\.DS_Store
?????文件?????????60??2018-04-20?17:26??spring?boot?in?action?examples\ch02\.gitignore
?????文件???????1334??2018-04-20?17:26??spring?boot?in?action?examples\ch02\build.gradle
?????文件???????6148??2018-04-20?17:26??spring?boot?in?action?examples\ch02\src\.DS_Store
?????文件???????6148??2018-04-20?17:26??spring?boot?in?action?examples\ch02\src\main\.DS_Store
?????文件???????1160??2018-04-20?17:26??spring?boot?in?action?examples\ch02\src\main\java\readinglist\Book.java
............此處省略398個(gè)文件信息
評(píng)論
共有 條評(píng)論