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/