diff --git a/demo-rate-limit/pom.xml b/demo-rate-limit/pom.xml new file mode 100644 index 0000000..260d385 --- /dev/null +++ b/demo-rate-limit/pom.xml @@ -0,0 +1,21 @@ + + + + com.xkcoding + spring-boot-demo + 1.0.0-SNAPSHOT + + + 4.0.0 + + demo-rate-limit + 1.0.0-SNAPSHOT + pom + + + 17 + + + diff --git a/pom.xml b/pom.xml index 039b935..273b028 100644 --- a/pom.xml +++ b/pom.xml @@ -23,6 +23,7 @@ demo-auth demo-api-doc demo-monitor + demo-rate-limit