run jawr with spring-boot

265 Views Asked by At

I'm trying to integrate jawr into my spring-boot project, I add jawr.properties under resources folder and jawr dependence but it seems that spring boot does not read my config file ! am I missing something ? please help me guys. Thx

1

There are 1 best solutions below

2
On

Have you try to put the properties of the jawr.properties file into the application.properties?