Fixed the base class name

without this change for convention class names we haven't escaped illegal chars
with this change the illegal chars are escaped and no compilation issues occur

fixes #137
This commit is contained in:
Marcin Grzejszczak
2016-11-08 16:14:08 +01:00
parent ca1cb9fdf6
commit b3cf4077e2
15 changed files with 22 additions and 15 deletions

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.4.0.BUILD-SNAPSHOT</version>
<version>1.4.2.BUILD-SNAPSHOT</version>
<relativePath />
</parent>