Add port scan to ServerProperties (server.scan=true)

Also moved ServerProperties to autoconfigure project.
This commit is contained in:
Dave Syer
2013-11-22 16:43:35 +00:00
parent d6593fbee6
commit 61dd7d1dbb
9 changed files with 41 additions and 9 deletions

View File

@@ -56,6 +56,11 @@
<artifactId>hibernate-entitymanager</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hibernate.javax.persistence</groupId>
<artifactId>hibernate-jpa-2.0-api</artifactId>