Deprecated: Constant PDO::MYSQL_ATTR_USE_BUFFERED_QUERY is deprecated since 8.5, use Pdo\Mysql::ATTR_USE_BUFFERED_QUERY instead in /www/wwwroot/www.1998123.xyz/var/Typecho/Db/Adapter/Pdo/Mysql.php on line 71
spring boot 关闭禁用security Using generated security password: - 98123_学习与记录

禁用spring security两种方法:

@EnableAutoConfiguration(exclude = {SecurityAutoConfiguration.class})

或者

@SpringBootApplication(exclude = {SecurityAutoConfiguration.class })

在多模块下可以以上操作 如果是独立直接删除依赖即可

标签: none

添加新评论