Microservice #3: Configuring Discovery Service with Zookeeper
Reviewing previous article, the first step to configure is creating the registry/ discovery service with Zookeeper. This is how I did it, Generate a new Spring Boot Project from Visual…
Reviewing previous article, the first step to configure is creating the registry/ discovery service with Zookeeper. This is how I did it, Generate a new Spring Boot Project from Visual…
In the introduction part, I put some note about the comparison between microservice architecture and monolithic architecture. I am sorry to write it in my mother language :p Well, nothings…
Pendahuluan Sebelum memasuki konsep microservice itu sendiri, ada baiknya memahami seperti apa trend daripada aplikasi web yang dikembangkan. Perlu satu dua pertemuan tersendiri untuk membahas rinci perbagiannya. Jadi saya hanya…
Move away from my main content line in Spring Boot series, I want to insert this topic between the main content. Why? Because this IDE is quite new for me…
Intro Developing an application without deploy it in real server is like making a car without wheel... Useless.. haha You don't have to buy a physical server in order to…
Preparation: Part 1 | Part 2 Intro In team project, it is better to have a dedicated server to synchronize all the developer team work. A small project which has…