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

https://github.com/rafal-stefanski/spring-notepad

SPRING BOOT 2 App Notepad. Full-stack CRUD App with Hibernate, and Thymeleaf.
https://github.com/rafal-stefanski/spring-notepad

hibernate java junit mockito mvc mysql-database spring-boot thymeleaf

Last synced: 6 months ago
JSON representation

SPRING BOOT 2 App Notepad. Full-stack CRUD App with Hibernate, and Thymeleaf.

Awesome Lists containing this project

README

          

## Spring Notepad :spiral_notepad:
- using: MySQL, Hibernate, MVC, Thymeleaf

#### Configuration in application.properties:
- DataBase, currently configured for local MySQL DB.

#### address endpoints:
- http://localhost:8080

***
#### Description
Online Notepad – App with GUI. Allows creating new notes, saving it to database, view and edit.
***
#### Unit tests with Mockito
![screen shot](https://github.com/Rafal-Stefanski/Spring-Notepad/blob/master/src/main/resources/static/screenshot_test_01.png)

#### Screenshots
![screen shot](https://github.com/Rafal-Stefanski/Spring-Notepad/blob/master/src/main/resources/static/screenshot_01.png)
![screen shot](https://github.com/Rafal-Stefanski/Spring-Notepad/blob/master/src/main/resources/static/screenshot_02.png)