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
- Host: GitHub
- URL: https://github.com/harrysuke/snsspringapi
- Owner: harrysuke
- Created: 2024-01-22T03:23:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-05T04:38:07.000Z (over 1 year ago)
- Last Synced: 2025-01-02T18:43:53.230Z (9 months ago)
- Topics: jdbctemplate, restful-api, spring-mvc
- Language: Java
- Homepage:
- Size: 26.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`