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

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

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

![](https://github.com/wangdicoder/spring-job-management-demo/raw/master/screenshot/login.png)

### Job List

![](https://github.com/wangdicoder/spring-job-management-demo/raw/master/screenshot/list.png)

### Post/Edit a Job Info

![](https://github.com/wangdicoder/spring-job-management-demo/raw/master/screenshot/post.png)

## License

MIT