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

https://github.com/harrysuke/snsspringapi

Safety and Security system written in Spring MVC with JDBCTemplate and RESTful API
https://github.com/harrysuke/snsspringapi

jdbctemplate restful-api spring-mvc

Last synced: 8 months ago
JSON representation

Safety and Security system written in Spring MVC with JDBCTemplate and RESTful API

Awesome Lists containing this project

README

          

# Read Me

## Instructions

### Spring MVC
- For Spring MVC search your dependencies from the Mvn repository at:

### Spring Boot
- For Spring Boot apply your dependencies from:

**API**

GET: `http://localhost:8086/sns/api/list`

POST: `http://localhost:8086/sns/api/create`

PUT: `http://localhost:8086/sns/api/42`

DELETE: `http://localhost:8086/sns/api/42`