https://github.com/seycileli/crudoperation_sql_jpa
Crud Operation using JPA Annotations with MySQL DB
https://github.com/seycileli/crudoperation_sql_jpa
crud crud-application crud-operation java java-8 javaweb jpa jpa-entities jpa-persistence-applications mysql mysql-database mysql-server spring-mvc
Last synced: 4 months ago
JSON representation
Crud Operation using JPA Annotations with MySQL DB
- Host: GitHub
- URL: https://github.com/seycileli/crudoperation_sql_jpa
- Owner: seycileli
- Created: 2020-01-20T01:27:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-15T23:25:40.000Z (over 2 years ago)
- Last Synced: 2025-01-15T10:24:20.112Z (5 months ago)
- Topics: crud, crud-application, crud-operation, java, java-8, javaweb, jpa, jpa-entities, jpa-persistence-applications, mysql, mysql-database, mysql-server, spring-mvc
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CrudOperation_SQL_JPA
This is a general template for a Create Read Update and Delete Operation
That uses Annotations and is connnected to a MySQL Database