A SpringBoot project that contains CRUD operations for practising purposes.
- Spring Boot
- Thymeleaf
- Hibernate
- MySQL
- Bootstrap
- JUnit
- Mockito
- Apache Tomcat
- Making staff releated CRUD operations.
- Searching staff by first name, last name, phone or email.
- Turkish and English language support.
-
To build and run project:
$ git clone https://github.com/erhantuncel/SpringBootCRUD.git $ cd SpringBootCRUD $ mvn clean package -DskipTests $ docker-compose up
- You can access main page on http://localhost:8080