更新了android studio版本,打开一个老的flutter项目时,无法运行,打开configuration配置,提示错误entrypoint isn’t within the current project.
解决办法
1、删掉目录.idea, .gradle, .dart_tool退出重新打开项目 2、选中根目…
1.环境准备 1、导入sql脚本:
create database if not exists springboot default charset utf8mb4;use springboot;create table if not exists user
(id bigint(20) primary key auto_increment comment 主键id,username varchar(255) not null comment 用…