spring-guides / gs-spring-boot

Building an Application with Spring Boot :: Learn how to build an application with minimal configuration.
https://spring.io/guides/gs/spring-boot/
Apache License 2.0
890 stars 4.51k forks source link

how to add a jar file and build #61

Closed buzai closed 4 years ago

buzai commented 5 years ago

i have a jar file how to build with this file

dsyer commented 4 years ago

Not sure what you mean. You can build the sample code in this guide using Maven or Gradle on the command line. There are instructions in the README (which is rendered as a guide at https://spring.io/guides/gs/spring-boot/).