Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)