0
点赞
收藏
分享

微信扫一扫

时间序列预测实战(十七)PyTorch实现LSTM-GRU模型长期预测并可视化结果(附代码+数据集+详细讲解)

爱奔跑的读书者 2023-11-22 阅读 14

在SpringBoot中非关系向数据库MongoDB和关系型数据库MySQL都可通过引入相关依赖并按照指定配置单独集成;

mysql引入依赖:

compile "org.springframework.boot:spring-boot-starter-web:1.5.18.RELEASE"
 compile "org.springframework.boot:spring-boot-starter-jdbc:1.5.18.RELEASE"
compile 'mysql:mysql-connector-java'

mongo引入依赖

compile "org.springframework.boot:spring-boot-starter-web:1.5.18.RELEASE"
compile "org.springframework.boot:spring-boot-starter-data-mongodb:1.5.18.RELEASE"

同时使用:

第一种方式:

  • 同时引入以上依赖
compile 
举报

相关推荐

0 条评论