Giter VIP home page Giter VIP logo

billmaster-server-java's Introduction

脚手架项目

功能列表

  • 过滤器
  • 后缀匹配
  • fastjson配置
  • 项目启动前runner配置
  • 驼峰转化

快速开始

1.克隆该项目

git clone -b base [email protected]:Taoey/SpringBootTemplate.git

2.导入项目修改pom.xml中的artifactId即可

billmaster-server-java's People

Contributors

taoey avatar

Watchers

 avatar  avatar

billmaster-server-java's Issues

账单csv导入速度慢

一个大约1M的csv文件导入到系统中时,速度比较慢,并且导入完成后没有导入结果提示

账单查询速度慢

当前账单查询使用的是:先查询出所有的账单,再分别查找当前账单对应的tag,导致性能变慢
因为本着便于使用和部署的**,尽量先不引入redis缓存,今后在个人进阶项目中再使用redis缓存,把tag都进行缓存,可大幅提高性能

  • 现在的优化思路
    在bill_detail_ali表中添加一个tagslist字段,直接存储tag的json,这样每次如果不涉及到tag的查询就不用去使用tag表及其关联表了

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.