Receiving the message:
Consider defining a bean of type 'com.github.JanLoebel.jsonschemavalidation.provider.JsonSchemaProvider' in your configuration.
Application fails to start and basic context loading test fails.
Using @ComponentScan or @EntityScan pointing to the package doesn't fix the issue.
Using:
'org.springframework.boot' version '2.7.12'
'com.networknt:json-schema-validator:1.0.82'
'com.github.JanLoebel:json-schema-validation-starter:2.3.0'
Receiving the message:
Consider defining a bean of type 'com.github.JanLoebel.jsonschemavalidation.provider.JsonSchemaProvider' in your configuration.Application fails to start and basic context loading test fails.
Using
@ComponentScanor@EntityScanpointing to the package doesn't fix the issue.Using: