Giter VIP home page Giter VIP logo

personal's Introduction

1.父项目结构 1.new project --> 选择maven项目 2.删除冗余src代码 3.更改pom文件的packing为pom 4.>git rm -r -f --cache .idea 删除idea文件夹的git缓存,在.ignore中添加idea文件夹 5.添加readme 6.提交代码 2.父项目结构提交git echo "# review" >> README.md git initgit add README.md git commit -m "first commit" git branch -M main git remote add origin [email protected]:shifeixuangy/review.git git push -u origin main 上述为github实例代码 1.github默认分支是main,所以更改本地分支名为git branch -m main
2.git remote add origin [email protected]:shifeixuangy/review.git 3.git push -u origin main

3.创建子项目 1.new modules --> 选择maven项目

4.pom整理 由于父pom中继承了springboot-parent,所以子项目若是需要使用springboot依赖,直接使用dependencies引入; 若是引入非springboot代码,可以在父pom中使用标签定义通用依赖,子pom自动继承; 若是父子想要统一依赖版本号,可以在父pom中使用定义通用依赖,子pom使用并且不引用version,会自 动继承父pom的version;

personal's People

Contributors

shifeixuangy avatar

Watchers

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