I want to have a plain java project making use of spring boot JPA support, like JpaRepository, to make a library which I can inject into other spring boot projects for database operations.
Is it possible?
I want to have a plain java project making use of spring boot JPA support, like JpaRepository, to make a library which I can inject into other spring boot projects for database operations.
Is it possible?