Coder Social home page Coder Social logo

jar-demo's Introduction

/*

  • 目的:springboot程序打jar包与运行
  • 步骤:①双击Maven Lifecycle install 生成jar文件(PS:文件路径:C:\Users\用户名.m2\repository\你的包名\jar-demo\1.0.0\jar-demo-1.0.0.jar
  •                                                  或:D:\IDEA\save_date\jar-demo\target\jar-demo-1.0.0.jar)
    
  •  ②打开cmd,进入该jar文件的目录下,使用  java -jar 文件名  的方式启动jar文件,例如:C:\Users\黑火8\.m2\repository\com\wangzhan\springboot\jar-demo\1.0.0>java -jar jar-demo-1.0.0.jar
    
  • 注意事项:一定要在pom.xml文件中的springboot提供的项目编译打包插件中指定版本(版本号不要改变,就是这个1.4.2.RELEASE):1.4.2.RELEASE
  • */

jar-demo's People

Contributors

wangzhan6666 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.