運行我的Rest Spring引導應用程序時出現以下異常。 Second-level cache is used in the application, but property hibernate.cache.region.factory_class is not given; please either disable second level cache or set correct reg
我有一個單一的應用程序。根據微服務的外觀和它需要適應與這種外觀分裂成小APPs。假設每個微服務有一個模型,有一個對象這在所有微服務中都是一樣的。下面的清除示例。 進入MICRO1: Class A {
private Object obj;
//getter and setter
}
進入MICRO2: Class B {
private Object obj;
//getter