Skip to content

YBK1994/easy-rules-spring-learning

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring boot with easy-rules learning

how to running

1. start service


mvn clean spring-boot:run

2. curl for test

curl --location --request POST 'http://localhost:8080' \
--header 'Content-Type: application/json' \
--data-raw '{
  	"name":"dalonng",
  	"age":27,
  	"userinfo":{
  		"name2":"demo",
  	     "age2":333
  	}
}' | jq .

result:

{
  "name": "rongfengliang",
  "age": 27,
  "userinfo": {
    "name2": "rule wwwwwwwwwwwwwwwwww",
    "age2": 333
  }
}

About

easy-rules-spring-learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%