Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0eix/todolistapp-persistence
Simple Spring boot project using JPA and MySql. It exposes services via RMI to store data in a database
https://github.com/0eix/todolistapp-persistence
3-tier-architecture data-layer database jpa lombok mysql n-tier-architecture rmi rmi-server spring-boot todo-list
Last synced: 1 day ago
JSON representation
Simple Spring boot project using JPA and MySql. It exposes services via RMI to store data in a database
- Host: GitHub
- URL: https://github.com/0eix/todolistapp-persistence
- Owner: 0eix
- Created: 2019-05-16T03:16:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-10T16:18:03.000Z (6 months ago)
- Last Synced: 2024-05-10T17:32:35.212Z (6 months ago)
- Topics: 3-tier-architecture, data-layer, database, jpa, lombok, mysql, n-tier-architecture, rmi, rmi-server, spring-boot, todo-list
- Language: Java
- Homepage:
- Size: 220 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todoListApp-Persistence
Data tier for a [todo-list app](https://github.com/0eix/todoListApp-client)
that allows a [Restful Webservice](https://github.com/0eix/todoListApp-API)
to interact with data stored in a MySQL database via RMI.![Data Tier](./screenshots/rmi.png)