Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tuananh131001/spring-boot-rest-templates


https://github.com/tuananh131001/spring-boot-rest-templates

Last synced: 26 days ago
JSON representation

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;
```