Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuananh131001/spring-boot-rest-templates
https://github.com/tuananh131001/spring-boot-rest-templates
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tuananh131001/spring-boot-rest-templates
- Owner: tuananh131001
- Created: 2022-10-13T06:55:52.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-01T07:43:41.000Z (about 2 years ago)
- Last Synced: 2024-10-09T02:41:27.751Z (3 months ago)
- Language: Java
- Size: 177 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tiki
# init only data.sql
spring.jpa.defer-datasource-initialization = true# Reference the same class
``` @ManyToOne
@JsonBackReference
private Category parent;@OneToMany(mappedBy="parent")
private List subCategory;
```