Add JavaDSL code, update gitignore, Add to main doc generation

This commit is contained in:
Mark Pollack
2017-11-23 09:41:13 -05:00
parent b68aaf2487
commit df979e2c87
11 changed files with 764 additions and 0 deletions

32
.gitignore vendored
View File

@@ -1,2 +1,34 @@
*~
.#*
*#
*.sw*
_site/
.factorypath
.gradletasknamecache
.DS_Store
.checkstyle
/application.yml
/application.properties
asciidoctor.css
atlassian-ide-plugin.xml
bin/
build/
dump.rdb
out
spring-shell.log
target/
test-output
# Eclipse artifacts, including WTP generated manifests
.classpath
.project
.settings/
.springBeans
spring-*/src/main/java/META-INF/MANIFEST.MF
# IDEA artifacts and output dirs
*.iml
*.ipr
*.iws
.idea/*
rebel.xml