Spring-Data-JPA-Relationships
Spring-Data-JPA-Relationships copied to clipboard
Results
1
Spring-Data-JPA-Relationships issues
Sort by
recently updated
recently updated
newest added
Here, upgraded to Java 17 and Spring Boot 3.2.5 ```xml spring-boot-starter-parent 3.2.5 17 ``` And connected PostgreSQL database; ```yaml spring.datasource.url=jdbc:postgresql://localhost:5436/student ``` And added Symmetric key encryption using pg-crypto and Column...