- 项目仓库:
- 爬取基金数据
- 写入ES
- 通过VUE前端页面展示
- 目的
- 对相关技术做个实践
- fund-core
- 框架相关的
- fund-api
- api定义
- fund-provider
- dubbo接口实现
- 数据库访问
- fund-spider
- 数据爬取
- fund-mgt
- 管理后台
- HTTP接口
- 前端页面
- fund-webapp
- 提供给C端的HTTP接口
- JDK 1.8
- maven
- htmlunit
- springboot
- dubbo
- mybatis-plus
- VUE
- 2022/5/19, 项目开始日期
- how to use ES in springboot: https://docs.spring.io/spring-data/elasticsearch/docs/current/reference/html/#reference
- spring boot admin: https://github.com/codecentric/spring-boot-admin
- 审计
- 自动设置createBy、createDateTime、UpdateBy、UpdateDateTime
- 批量插入
- Repository
- Bulk API
- 搜索