File tree Expand file tree Collapse file tree
src/main/java/com/sopromadze/blogapi/model/comment Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515* .iws
1616* .iml
1717* .ipr
18+ .mvn
1819
1920# ## NetBeans ###
2021/nbproject /private /
Original file line number Diff line number Diff line change 2121 <properties >
2222 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2323 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
24- <java .version>10 </java .version>
24+ <java .version>1.8 </java .version>
2525 </properties >
2626
2727 <dependencies >
Original file line number Diff line number Diff line change 44import com .sopromadze .blogapi .model .audit .UserDateAudit ;
55import com .sopromadze .blogapi .model .post .Post ;
66import com .sopromadze .blogapi .model .user .User ;
7- import javafx .geometry .Pos ;
8- import org .springframework .web .bind .annotation .GetMapping ;
97
108import javax .persistence .*;
119import javax .validation .constraints .Email ;
You can’t perform that action at this time.
0 commit comments