0

My application is written with Spring Boot and uses MongoDB as DB. Normally I install this application at a server but now I have a request installing it at a client computer. My question now would be if there is a possiblity to do this in a simple way?

quma
  • 4,611
  • 22
  • 67
  • 133

1 Answers1

0

I think you are looking at how to install a Java application on a desktop. See this post Creating an installer for Java desktop application

Community
  • 1
  • 1
Rob Baily
  • 2,652
  • 16
  • 26