Giter VIP home page Giter VIP logo

webb's Introduction

Webb

取名自詹姆斯·韦伯空间望远镜(英语:James Webb Space Telescope, JWST)中的 Webb,在此程序中也释义为 Web Beacon

基础的东西来源于哥斯拉,用着不太顺手,所以继续造轮子...

开发环境

  • jdk 1.8.0_322
  • maven 3.8.5

安装依赖

方法一

https://github.com/JFormDesigner/FlatLaf.git 编译项目,并把 flatlaf-demo 安装到 maven 本地仓库。

方法二

直接使用lib目录下编译好的

mvn install:install-file -Dfile=lib/flatlaf-demo-2.3.jar  -DgroupId=com.formdev -DartifactId=flatlaf-demo -Dversion=2.3 -Dpackaging=jar

构建

默认 mvn package 即可生成2种类型的jar包,按需使用即可。

Webb-xxxx-jar-with-dependencies.jar

包含所有依赖,运行方式。

java -jar Webb-xxxx-jar-with-dependencies.jar

Webb-xxxx.jar

不包含依赖, 分发时需要附带相关依赖文件。

mvn dependency:copy-dependencies
# 复制所需要的依赖,默认会把所需的依赖复制到 target/dependency 目录下

webb's People

Contributors

taills avatar

Watchers

 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.