Giter Club home page Giter Club logo

wordlates's Introduction

wordlates

基于模板的文档自动生成系统

快速开始

  • 打开idea菜单栏VCS --> Get from Version Control -->选择Git,URL输入 https://github.com/LiuLi4/wordlates.git
  • upload文件夹下的2018年XX食品年度分析报告是原始Word文档用于阅读,**2018年XX食品年度分析报告(模板)**已经添加了标记语言用于开发

计算结果生成开发安排

  1. 新建分支进行开发

  2. 在DATAUtil类下进行数值计算

  3. 数据通过FILEUtil下的readCSV方法以Map形式返回

    Map<String, List> dataMap = FILEUtil.readCSV(Constants.FILE_CSV_PATH);

  4. 需要新的数据在resource文件夹下的csv.properties中配置

    抽样地点_2*=6 省(市、自治区)=10 地区(市、州、盟)=11 县(市、区)=12 区域类型=13

列名字=列号

配置文件说明

  1. 将不变的配置项放在application.yml中,application-dev文件下放本地开发环境配置,application-prod文件下放线上环境配置。
  2. 部署到线上服务器时,用线上环境打包
mvn clean package -P prod
  1. 参考文章:https://juejin.cn/post/6856965881378029582

wordlates's People

Contributors

albert-yjz avatar liuli4 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

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.