增加一个cxf

This commit is contained in:
Xiong Neng
2018-06-15 18:40:21 +08:00
parent f8e958fa71
commit 26e4227ace
15 changed files with 655 additions and 0 deletions

14
springboot-cxf/.gitignore vendored Normal file
View File

@ -0,0 +1,14 @@
# 此为注释– 将被Git 忽略
# /结尾表示是目录,忽略目录和目录下的所有件
# /开头表示根目录,否则是.gitignore的相对目录
# !开头表示反选
.idea/
target/
*.iml
*.ipr
*.iws
*.log
.svn/
.project
rebel.xml
.rebel-remote.xml.*