Giter Site home page Giter Site logo

daybook's Introduction

DayBook 说明

  *记一笔*——流水账应用服务端。为什么要创建这么个APP呢?很多人肯定都会说记账应用烂大街了。

  工资不算低,但是每个月下来还是月光,想分析下每个月的流水,钱到底跑那儿去了。下载了几款成熟的记账APP,好家伙,广告、理财乱七八糟的各种推送。算了自己来吧!

技术说明

  • 开发工具:Eclipse Mars
  • 后台:SpringBoot+SpringData JPA
  • 数据库:SQLite 数据库访问工具Navicat Premium
  • APP:Ionic2 (三种方式 APP 微信 HTML) GitHub托管地址 DayBookApp

内容说明

系统默认启动端口是9971,修改端口可以再src/main/resources/application.properties文件中修改

server.port=端口

系统打包

在项目根目录下直接运行下面的命令 mvn clean package assembly:single -Pprod -Dmaven.test.skip=true 打包成功后在根目录下target/DayBook即为打包的结果。

├── conf
├── DayBook-0.0.1-SNAPSHOT.jar
├── lib
├── DB.db (SQLite数据库文件,需要从项目根目录自行拷贝)

系统启动

上一步打包后,从命令行进入target/DayBook根目录;执行 java -jar DayBook-0.0.1-SNAPSHOT.jar即可看到启动过程。 如果不需要本机JRE运行

在window环境下,拷贝jre到DayBook根目录,新建start.bat文件,内容如下,双击start.bat即可启动
start jre/bin/javaw -jar  DayBook-0.0.1-SNAPSHOT.jar
在Linux,同样拷贝jre到DayBook根目录,然后在DayBook根目录执行命令

nohup jre/bin/java -jar DayBook-0.0.1-SNAPSHOT.jar > start &

App截图

登录

home页

记账

记账

月账单

饼状图分析

饼状图分析

daybook's People

Contributors

zyqwst 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.