Vaadin Microservices

Is there any way to make the vaadin business app starter (https://vaadin.com/docs/v13/business-app/overview.html) as a Microservice and register it to eureka through zuul? Anyone?
I don’t understand how should I carry on the mappings.

P.S :- I have converted the project to @SpringBootApplication.
I just don’t

Hi:
Did you look these tutorials? https://vaadin.com/learn/tutorials/microservices

HLicea

Hector Licea:
Hi:
Did you look these tutorials? https://vaadin.com/learn/tutorials/microservices

HLicea

Yes sir,
I have looked upon those tutorials and the microservice is getting registered properly to the eureka and zuul. The main problem I am facing right now that I am not able to properly map the microservice as it should be. Let me show you my code.
1.) This is the app’s config file(43).
2.) This is the app’s main class(44).
3.) This is the first activity to be called(45).
4.)

18042956.png
18042959.png
18042962.png

You need to access the application using the Gateway (Zuul), right? What is the configuration of Zuul? Do you have the route defined?

The problem has been solved there were some wrong configs installed by me.
By the way Thanks Hector for your time and advice. :slight_smile:

You are welcome. By the way, if you are using spring boot 2, I suggest using Spring Cloud Gateway instead of Zuul.