create core-java-io module (#3397)

* make sure modules using java8

* move url matching code

* upgrade boot parent

* minor cleanup

* fix blocking tests

* add core-java-io module
This commit is contained in:
Doha2012
2018-01-12 16:30:30 +02:00
committed by Grzegorz Piwowarek
parent 5d2f0542fa
commit bff36974cd
89 changed files with 179901 additions and 17 deletions
+26
View File
@@ -0,0 +1,26 @@
*.class
0.*
#folders#
/target
/neoDb*
/data
/src/main/webapp/WEB-INF/classes
*/META-INF/*
.resourceCache
# Packaged files #
*.jar
*.war
*.ear
# Files generated by integration tests
*.txt
backup-pom.xml
/bin/
/temp
#IntelliJ specific
.idea/
*.iml