Giter VIP home page Giter VIP logo

account's Introduction

股票交易系统——资金账户子模块

工程环境
  • Java 1.8
  • Intellij Idea
  • 安装插件 lombok(注解)
  • 安装maven(首次打开工程需要等待一段时间,解决环境依赖)
文件说明

main/resources/application.properties :工程项目配置,包括数据库地址

文件夹说明

annotation :自定义注解,目前有 @LoginIgnore,加了该注解则不进行登陆检查

config :spring boot 配置类

controller : MVC的C,主要解决的是控制不同请求路径的Manager

dal: data access level, 和数据库的交互,这里采用的是 JpaRepository,用函数名字代表对应的数据库操作

domain: 数据实体,用注解可以指定对应的数据库

dto: data transfer object,定义数据传输格式,随便定义

interceptor: 拦截器,在进入controller之前调用拦截器,目前主要实现了登陆拦截器

service: 业务逻辑,供controller调用

util: 公共类

提交说明

提交逻辑之前需要单元测试,并将单元测试代码上传,对自己的代码负责

附:查看代码主人的方法 https://www.jianshu.com/p/52459a41999b?utm_campaign

目前登陆可用参数
  • username: itemzheng
  • key: 5aa8e18b049dad51660be7b75d9f0fb2
  • timestamp: 1

account's People

Contributors

itemzheng avatar yourbroduke 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.