Coder Social home page Coder Social logo

valorantapp's Introduction

ValorantApp

瓦罗兰特游戏内信息查询软件(Java后端)。

环境

openjdk 11.0.10 2021-01-19 (AdoptOpenJDK11U-LTS-jdk_x64_windows_hotspot_11.0.10_9)

IntelliJ IDEA 2022.2

项目构建

打包

cd ValorantApp
mvn clean package

release

使用 exe4j 把项目 jar包编译成 _jar.exe 可执行文件;

使用 Inno Setup 把 _jar.exe、jre(openjdk-11.0.10+9-jre)、mysql(mysql-8.0.28-winx64)全部打包进一个 .exe 安装文件中。

安装

双击 ValorantAppSetup.exe 进行安装。

安装过程会自动执行:

  1. 解压上述所有内容
  2. 初始化数据库,安装 mysql 服务并设置自启动
  3. 创建数据库用户(root/root)
  4. 创建数据库 valorant_dev 与数据库表(详见 valorant_dev.sql

卸载

双击安装根目录下的 unins000.exe 进行卸载。

卸载过程会自动执行:

  1. 删除 mysql 服务
  2. 删除安装目录下的所有文件(⚠警告:包括数据库文件,如需保留数据请手动 dump

使用

服务端项目会连接本地的数据库。

有关 release 中的文件

  • ValorantApp-x.x.jar 项目打包的 jar包(mvn package)
  • ValorantApp_jar.exe 使用 exe4j 把 jar包编译成的 _jar.exe 可执行文件
  • ValorantAppSetup.exe 使用 Inno Setup 把 _jar.exe、jre、mysql 全部打包的完整安装包

valorantapp's People

Contributors

ultronxr 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.