Skip to content
New issue

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

Running Information Analysis Service (TA版) #19

Open
hackjutsu opened this issue Apr 14, 2017 · 0 comments
Open

Running Information Analysis Service (TA版) #19

hackjutsu opened this issue Apr 14, 2017 · 0 comments

Comments

@hackjutsu
Copy link
Member

hackjutsu commented Apr 14, 2017

Running Information Analysis Service (TA版)

项目链接:https://github.com/hackjutsu/RunningInformationAnalysisServiceTA

下载代码

git clone https://github.com/hackjutsu/RunningInformationAnalysisServiceTA.git
cd RunningInformationAnalysisServiceTA

启动数据库

启动 MySQL Docker

docker-compose up -d

登录数据库

登录数据库console

mysql --host=127.0.0.1 --port=3306 --user=root --password=root 

查看已有数据库。

show databases;

如果不存在running_information_analysis_db,就新建一个

create database running_information_analysis_db;

退出数据库console

\q

启动 Spring Application

mvn clean install

启动server

java -jar ./target/running-information-analysis-service-1.0.0.BUILD-SNAPSHOT.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant