Skip to content

WE666/oa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

使用技术

  • Spring
  • SpringMVC
  • Mybatis

项目结构

三层架构

  • 持久层--Mybatis
  • 表现层--Spring MVC
  • 业务层--JavaBean

基于MVC模式

  • 视图--Jsp
  • 模型--JavaBean
  • 控制器--Controller

我们强烈建议所有的git仓库都有一个README, LICENSE, .gitignore文件

Git入门?查看 帮助 , Visual Studio / TortoiseGit / Eclipse / Xcode 下如何连接本站, 如何导入项目

简易的命令行入门教程:

Git 全局设置:

git config --global user.name "WE666"
git config --global user.email "123456@qq.com"

创建 git 仓库:

mkdir moxi
cd moxi
git init
touch README.md
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/WE666/oa.git
git push -u origin master

已有项目?

cd existing_git_repo
git remote add origin https://github.com/WE666/oa.git
git push -u origin master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors