Commit f3f5d57d authored by yub's avatar yub
Browse files

1. 修复编译bug.

2. 添加常见的ignore匹配: idea项目配置文件.
parent ae2cde7e
...@@ -2,3 +2,4 @@ admin-core/target/* ...@@ -2,3 +2,4 @@ admin-core/target/*
admin-console/target/* admin-console/target/*
.* .*
!.gitignore !.gitignore
*.iml
\ No newline at end of file
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<parent> <parent>
<groupId>com.ibeetl</groupId> <groupId>com.ibeetl</groupId>
<artifactId>admin</artifactId> <artifactId>admin</artifactId>
<version>1.1</version> <version>1.1.1</version>
</parent> </parent>
<dependencies> <dependencies>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment