Skip to content
Advertisement

Tag: type-mismatch

Springboot property typemismatch

I have a common issue and none of all the other similar questions on the forum helped me sofar. Pls bear with me, im still learning. l have a Spring boot app. Unfortunately the first property that I declare doesn’t work due to type mismatch from String to int. The other works just fine. my application.properties looks like this: my

Advertisement