You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a sample data manager. It provides a basic template for Java/Spring developers. This project also includes form validation of controller model objects and request parameters.
9
9
Users can view, add, delete person objects from the database via web UI.
10
-
# Technologies
10
+
11
+
## Technologies Used
11
12
Java 8, Spring Boot, Hibernate, MySQL, JSP, Gradle
12
13
13
-
# Run
14
+
##Run
14
15
MySql
15
16
```
16
17
docker run -p 3306:3306 -d --name test-mysql -e "MYSQL_ROOT_PASSWORD=mypassword" mysql
0 commit comments