Relative Content

Tag Archive for javamaven

Creating two executables from a spring-boot maven project

I have spring-boot maven micro-service. Now I want scheduler functionality within this project. As micro-service may be running as multiple instances, I think keep scheduler in the same project will result in multiple executions of the same scheduler. So I want to create another executable jar with the same project. I don’t want all the dependencies of micro-service in this executable. How I can accomplish this?

Creating two executables from a spring-boot maven project

I have spring-boot maven micro-service. Now I want scheduler functionality within this project. As micro-service may be running as multiple instances, I think keep scheduler in the same project will result in multiple executions of the same scheduler. So I want to create another executable jar with the same project. I don’t want all the dependencies of micro-service in this executable. How I can accomplish this?

Creating two executables from a spring-boot maven project

I have spring-boot maven micro-service. Now I want scheduler functionality within this project. As micro-service may be running as multiple instances, I think keep scheduler in the same project will result in multiple executions of the same scheduler. So I want to create another executable jar with the same project. I don’t want all the dependencies of micro-service in this executable. How I can accomplish this?

Creating two executables from a spring-boot maven project

I have spring-boot maven micro-service. Now I want scheduler functionality within this project. As micro-service may be running as multiple instances, I think keep scheduler in the same project will result in multiple executions of the same scheduler. So I want to create another executable jar with the same project. I don’t want all the dependencies of micro-service in this executable. How I can accomplish this?

Creating two executables from a spring-boot maven project

I have spring-boot maven micro-service. Now I want scheduler functionality within this project. As micro-service may be running as multiple instances, I think keep scheduler in the same project will result in multiple executions of the same scheduler. So I want to create another executable jar with the same project. I don’t want all the dependencies of micro-service in this executable. How I can accomplish this?