spring-microservices-in-action icon indicating copy to clipboard operation
spring-microservices-in-action copied to clipboard

The source code of the book "Spring Microservices in Action (John Carnell)" and the personal summary of technical essentials about Spring Boot for microservices.

Results 16 spring-microservices-in-action issues
Sort by recently updated
recently updated
newest added

- Annotations - OneToMany - ManyToOne - Enbedded - ElementCollection - Link - https://www.callicoder.com/hibernate-spring-boot-jpa-one-to-many-mapping-example/ - https://www.callicoder.com/hibernate-spring-boot-jpa-one-to-one-mapping-example/ - https://docs.spring.io/spring-data/data-jpa/docs/current/reference/html/#jpa.query-methods

wiki

try to add audit for certain table: users, oauth_client_details, license, organization. https://www.callicoder.com/hibernate-spring-boot-jpa-one-to-many-mapping-example/

enhancement

- Page109: to see organization service is in registry, the url is "http://localhost:8761/eureka/apps/ORGANIZATIONSERVICE", not "http://localhost:8761/eureka/apps/organizationservice" - Page242: configuration should be `spring.cloud`, not `spring.application` - Page248: you need to add Content-Type:...

bug

Effected modules - authentication service - authentication service jwt - licensing service - organization service - specialroutes service - zuul server Files - UserContext - UserContextFilter - UserContextHolder - UserContextInterceptor

enhancement

API Documentation Solutions - Swagger - RAML - API Blueprint - Apiary

enhancement
wiki

https://github.com/wuyichen24/spring-microservices-in-action/wiki/Log-Aggregation#send-log-to-papertrail

wiki

https://github.com/wuyichen24/spring-microservices-in-action/wiki/Log-Aggregation#option-2-use-tcp-traffic

enhancement
wiki

https://github.com/wuyichen24/spring-microservices-in-action/wiki/Protect-Service-with-Spring-Security-and-OAuth2#store-in-database-1

enhancement
wiki

https://github.com/wuyichen24/spring-microservices-in-action/wiki/Configuration-File-Auto-loading#load-the-application-configuration-file-in-yaml-format

wiki

The organization service is protected. You can hit it only with an access token. There are several cases for passing the access toke: - http://localhost:5555/organizationservice/v1/organizations/e254f8c-c442-4ebe-a82a-e2fc1d1ff78a > The zuul server need...

wiki