1.【修复】定时任务刷新本地缓存时,无租户上线文,导致查询报错
2. member 模块,统一使用 member 前缀 3. 修改 Spring Security logout 配置,支持多用户类型的退出plp
parent
6aca4ae9fd
commit
cee7e50720
@ -1,2 +1,2 @@
|
|||||||
-- mbr 开头的 DB
|
-- mbr 开头的 DB
|
||||||
DELETE FROM "mbr_user";
|
DELETE FROM "member_user";
|
||||||
|
|||||||
@ -1,14 +0,0 @@
|
|||||||
package cn.iocoder.yudao.userserver;
|
|
||||||
|
|
||||||
import org.springframework.boot.SpringApplication;
|
|
||||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
||||||
|
|
||||||
@SuppressWarnings("SpringComponentScan") // 忽略 IDEA 无法识别 ${yudao.info.base-package} 和 ${yudao.core-service.base-package}
|
|
||||||
@SpringBootApplication(scanBasePackages = {"${yudao.info.base-package}", "${yudao.core-service.base-package}"})
|
|
||||||
public class UserServerApplication {
|
|
||||||
|
|
||||||
public static void main(String[] args) {
|
|
||||||
SpringApplication.run(UserServerApplication.class, args);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue