Skip to content

Instantly share code, notes, and snippets.

@AJLoveChina
Created November 22, 2016 14:20
Show Gist options
  • Save AJLoveChina/8ae30b7e0d6eac62d75ae68f5f4d1e13 to your computer and use it in GitHub Desktop.
Save AJLoveChina/8ae30b7e0d6eac62d75ae68f5f4d1e13 to your computer and use it in GitHub Desktop.
do not put xml,json.. files inside src/main/java

do not put xml,json.. files inside src/main/java, otherwise put them inside src/main/resources, so maven install will include them in war file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment