We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
项目链接:https://github.com/hackjutsu/RunningInformationAnalysisServiceTA
git clone https://github.com/hackjutsu/RunningInformationAnalysisServiceTA.git cd RunningInformationAnalysisServiceTA
docker-compose up -d
登录数据库console
mysql --host=127.0.0.1 --port=3306 --user=root --password=root
查看已有数据库。
show databases;
如果不存在running_information_analysis_db,就新建一个
running_information_analysis_db
create database running_information_analysis_db;
退出数据库console
\q
mvn clean install
启动server
java -jar ./target/running-information-analysis-service-1.0.0.BUILD-SNAPSHOT.jar
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running Information Analysis Service (TA版)
项目链接:https://github.com/hackjutsu/RunningInformationAnalysisServiceTA
下载代码
启动数据库
启动 MySQL Docker
登录数据库
登录数据库console
查看已有数据库。
如果不存在
running_information_analysis_db
,就新建一个退出数据库console
启动 Spring Application
启动server
The text was updated successfully, but these errors were encountered: