https://github.com/wangdicoder/spring-job-management-demo
A demo project of spring boot
https://github.com/wangdicoder/spring-job-management-demo
restful-api spring-boot spring-data-jpa spring-mvc spring-mybatis3-mysql
Last synced: 2 months ago
JSON representation
A demo project of spring boot
- Host: GitHub
- URL: https://github.com/wangdicoder/spring-job-management-demo
- Owner: wangdicoder
- Created: 2017-09-09T17:29:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-08T17:47:36.000Z (over 8 years ago)
- Last Synced: 2025-05-12T23:12:50.633Z (about 1 year ago)
- Topics: restful-api, spring-boot, spring-data-jpa, spring-mvc, spring-mybatis3-mysql
- Language: HTML
- Homepage:
- Size: 1.92 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Resmia Hire
A demo project of spring boot
## Feature
- RESTful api
- Thymeleaf template
- Nested package structure
- Beautiful user interface
- MySQL database
## How to run it
1. git clone https://github.com/wangdicoder/spring-job-management-demo.git
2. import gradle project via Eclipse or Intellij IDE
3. `create database resmia` via mysql command
4. set up your mysql database account and password in the `application.properties` file
5. run `ResmiaApplication.java` file or using gradle command.
## Screenshots
### Login

### Job List

### Post/Edit a Job Info

## License
MIT