microservice-demo
microservice-demo copied to clipboard
Demo blog application using Spring boot and Angular 2 to create a modern, microservice-oriented application
Results
2
microservice-demo issues
Sort by
recently updated
recently updated
newest added
A _Quick Start guide_ with definite steps for quickly getting up and running the demo will be really helpful.
I have some questions, can you help me? 1) In the SecurityConfig -> TokenAuthConfig class. there's a line: `.mvcMatchers(HttpMethod.POST, "/api/user").anonymous().` That mean that only POSTs requests to "/api/user" will be...