-
**Is your feature request related to a problem? Please describe.**
I have a monorepo with 3 packages:
* package `service_a` is a micro-service under `services/service_a`
* package `service_b` is a …
-
Try this..... JWT for authentication in spring boot microservices
https://auth0.com/blog/securing-spring-boot-with-jwts/
--------dzone-------
https://dzone.com/articles/validating-jwt-with-spring-b…
-
This is interesting but also complex given the current dependencies. From @aaime mail
> To go where you want, and limiting attention to Features, we need to:
> * Build a new module, gs-features-core,…
aaime updated
3 weeks ago
-
Source: https://www.nginx.com/blog/microservices-at-netflix-architectural-best-practices/
- the concept of bounded context comes from Eric Evans Domain Driven Design
- a service should be able to do…
-
-
Implement Java code coverage.
You can read about this is here -> https://www.geeksforgeeks.org/how-to-generate-code-coverage-report-with-jacoco-in-java-application/
-
Check everything under https://www.learninga-z.com/site/resources/professional-development that it has been imported, and fix accordingly.
Includes this page, plus all the "on demand video product …
-
Suggested model design patterns / naming conventions in a microservice example model.
* General patterns
* General layouts
* Naming
* Architectures such as microservices calling microservices.
-
~~1. nên viết 1 cái readme chung cho các service để làm document giúp cho người xem hoặc dev có thể hiểu đc cơ bản các tính năng và cách sử dụng.~~
~~2. thêm config vào file .gitinore, hiện tại nó …
-
I'm not sure which one to use yet.
Micro-service is great but at what cost? Do we really need it? If yes, how to get it?
Monolithic is effective but will it trouble us in scaling?