Я пытаюсь отключить весеннюю защиту в весенней загрузке 2.0.2, добавив свойство security.ignore=/**
, но оно не работает со мной.
Мое application.properties:
spring.datasource.url = jdbc:mysql://localhost:3306/smile
spring.datasource.username = root
spring.datasource.password =
spring.datasource.driverClassName = com.mysql.jdbc.Driver
spring.jpa.hibernate.ddl-auto = update
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5Dialect
# suppress inspection "SpringBootApplicationProperties"
security.ignored=/**
Результат:
![enter image description here](https://i.stack.imgur.com/z70kY.png)