My project contains several services, each of which is annotated using @SpringBootApplication and can be run on a random port via "gradle bootRun".
Is it possible to create services in banks and run them together in one JVM? It doesnβt matter programmatically or just putting them in a container.
Please show me some instructions if possible. Thanks!
source share