spring-boot-camel-rest-jpa
spring-boot-camel-rest-jpa copied to clipboard
Apache Camel REST / JPA Spring Boot example
Results
2
spring-boot-camel-rest-jpa issues
Sort by
recently updated
recently updated
newest added
In the `application.yml` there is the following, which I have changed to settings: ``` endpoints: enabled: true health: enabled: false ``` However when I deploy to my openshift cluster I...