摘要:
一、@Api 使用在类上,表明是swagger资源,@API拥有两个属性:value、tags,源码如下//If tags is not used,this value will be used to set the tag for the operations described by this 阅读全文
摘要:
原因是没开权限 SELECT * FROM USER WHERE USER='root'; grant all privileges on *.* to 'root'@'%' identified by '123456';flush privileges; 1. 命令行进入mysql(假设root用 阅读全文