Fixed integration tests not picked up by IntelliJ

pull/21/head
Niclas Thobaben 2022-02-15 14:08:26 +01:00
parent e46611f4ee
commit 48d5a75b6d
2 changed files with 10 additions and 0 deletions

View File

@ -120,6 +120,14 @@
</executions>
</plugin>
</plugins>
<testResources>
<testResource>
<directory>src/test/resources</directory>
</testResource>
<testResource>
<directory>src/integration/resources</directory>
</testResource>
</testResources>
</build>
</project>

View File

@ -3,7 +3,9 @@ spring.jpa.hibernate.ddl-auto=update
spring.datasource.url=jdbc:h2:file:./test-db
management.endpoints.enabled-by-default=false
management.endpoints.web.exposure.include=info,health
management.endpoint.info.enabled=true
management.endpoint.health.enabled=true
nclazz.auth.token=