Giter Site home page Giter Site logo

czczl's Introduction

云端重走长征路小程序后台

2021.05.31

  • 完成模板初始化,完成依赖引入
  • 使用 jpa, spring context, spring web, redis, mysql8, swagger等.
  • 测试贡献代码pull
  • 第二次测试

2021.6.9

  • 完成entity撰写

czczl's People

Contributors

qkmc-rk avatar ghost233333 avatar

Watchers

 avatar

Forkers

ghost233333

czczl's Issues

需要完成entity的撰写

根据czczl数据库的字段和表名等,完成entity的撰写。
完成任务流程:

  1. 本地切换到master分支(默认master分支)
  2. 从origin拉取已更新代码 git pull origin master
  3. 从本地切换出一个新的分支用户更改内容 git checkout -b daily_wanglin_6_5
  4. 在daily分支更新entity,撰写完毕后将撰写内容存入daily仓库 git add . --> git commit -m "#[issue的ID] [commit信息]"
  5. 随后切换到master分支 git checkout master
  6. 将daily分支合并到master (在master分支下操作) git merge daily_wanglin_6_5
  7. 合并到master分支后,然后将master分支推送到origin即可(因为你已经有了origin推送的权力,所以直接推送就行了,人少不容易出错)

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.