Skip to content

Instantly share code, notes, and snippets.

@fitzyyf
Created December 30, 2012 07:18
Show Gist options
  • Save fitzyyf/4411400 to your computer and use it in GitHub Desktop.
Save fitzyyf/4411400 to your computer and use it in GitHub Desktop.
# 同时创建src/main/java和src/main/resources 以及 src/test/java 和 src/test/resouces 四个maven标准的目录
mkdir -p src/{main,test}/{java,resources}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment