Code Monkey home page Code Monkey logo

mini-shop-server's Introduction

mini_shop 后端部分

技术栈

  1. spring boot
  2. spring data jpa
  3. mysql
  4. logback
  5. lombok

开发工具

  1. IDEA
  2. gradle
  3. JDK8

分层设计,开发 RESTful 风格 API,面向接口开发

  1. controller 控制器,处理路由,校验请求参数,封装结果
  2. service 封装业务服务
  3. entity 实体类
  4. repository 封装数据库操作
  5. dto 数据传输使用到的各种类,比如 POST 请求体
  6. filter 处理跨域等
  7. utils 各种工具类

本地开发

  1. 克隆项目到本地
  2. 使用 IDEA 打开该项目
  3. 运行 /src/main/java/com/ytj/minishop/MiniShopApplication

mini-shop-server's People

Contributors

tjx666 avatar

Watchers

James Cloos 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.