简体   繁体   中英

Service to generate spring boot executable jar

I have a question regarding building and integrate my Java project. My source is located on BitBucket. Is there an online tool where I can build and install my Maven project? My goal is that the source on BitBucket is used and compiled. Afterwards it would be great to download the generated jar-file from the provider.

Thanks for your help, Thomas

If your question is about online development

You can open your project in a Gitpod . It provides a full fledged editor and terminal wherein you can install dependencies and build your application. Has a bitbucket integration to directly port your code to the editor.

If your question is about continuous integration

You can integrate Jenkins, AppVeyor,Circle CI or Bamboo.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM