Skip to content

dev-kidult/spring-webflux-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring webflux + r2dbc todo web study

Run the Application

with maven

mvn spring-boot:run

Using it

DBMS

init data in src > resources > schema.sql

if you want fix the data modify the schema.sql file

APIs

GET /api/todos get all todos

GET /api/todos/{id} get todo by id

POST /api/todos save the todo

with json body { "content" : "your todo" }

PUT /api/todos/{id}/done done todo

PUT /api/todos/{id}/content update todo

with json body { "content" : "update todo" }

DELETE /api/todos/{id} delete todo

About

spring webflux / r2dbc-h2 / todo web study

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published