ErnestOrt / Trampoline

Admin Spring Boot Locally
http://ernestort.github.io/Trampoline/
Apache License 2.0
356 stars 82 forks source link

Added new Functionality on file system to Jar #62

Open Ravis22 opened 6 years ago

Ravis22 commented 6 years ago

Added new Functionality on file system to Jar. Currently the spring boot app can be executed using gradle or POM. I have added one more option to execute spring boot jar app.

cforce commented 6 years ago

It would be great if I could start a jar which is published of my colleague to maven repo using CI build. That would only need additional a form I can enter group, artifact I'd and version (default "latest") maven on the path and exec "mvn dependency:get -DremoteRepositories=http://repo1.maven.org/maven2/ \ -DgroupId=junit -DartifactId=junit -Dversion=4.8.2 \ -Dtransitive=false"

ErnestOrt commented 6 years ago

Hi guys!

Sounds really good!

As soon as I will finish #61, I will look this usercase.

@Ravis22 one comment; this commit (fixed git clone error) has been already merged, make sure your Pull Request is a clean as possible.

Cheers!

Ravis22 commented 6 years ago

@ErnestOrt Do you want me to create a new pull request?

ErnestOrt commented 6 years ago

@Ravis22 It would be great!

Thanks!!