spring boot highcharts
1.0.0
春季靴和Highcharts上的一堆示例
Java -1.8.x
Maven -3.xx
mysql -5.xx
Highcharts庫 - 最新
jQuery圖書館 - 最新
1。克隆應用程序
git clone https://github.com/scbushan05/spring-boot-highcharts.git2。創建MySQL數據庫
create database analytics3。運行腳本文件
Run the script file queries.sql attached to the project4。根據您的安裝更改MySQL用戶名和密碼
打開src/main/resources/application.properties
根據您的MySQL安裝更改spring.datasource.username和spring.datasource.password
5。使用Maven構建並運行該應用程序
mvn package
java -jar target/highcharts-0.0.1-SNAPSHOT.jar另外,您可以運行該應用而無需使用 -
mvn spring-boot:run該應用將開始在http:// localhost:8080開始運行。
該應用程序定義了HighCharts
線圖
多線圖
餅圖
您可以在我的博客上找到此應用程序的教程 -
https://bushansirgur.in/web-technologies/spring-boot-and-highcharts/