后端
創(chuàng)建數(shù)據(jù)庫
CREATE DATABASE SALESMANAGER;
CREATE USER shopizer IDENTIFIED BY 'very-long-shopizer-password';
GRANT ALL ON SALESMANAGER.* TO shopizer;
FLUSH PRIVILEGES;
添加啟動
spring.profiles.active=local
管理后臺
npm install -g @angular/cli@9.1.15 x
npm uninstall @angular/cli -g 刪除
npm cache verify
ng serve -o
angular 包有問題降級
其它問題可以查 issues