坑爹的SOS

左右连接
SELECT a.role_id, b.uid, b.account, b.name FROM user_role_module a RIGHT JOIN user_account b ON a.role_id = b.role_id WHERE a.module_id = 3




org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'bizUploadClient' defined in URL [jar:file:/data/webapp/card-verify/WEB-INF/lib/file-upload-client-0.0.1-SNAPSHOT.jar!/com/biz/upload/client/BizUploadClient.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [com.biz.upload.client.BizUploadClient]: Constructor threw exception; nested exception is java.lang.ExceptionInInitializerError

你可能感兴趣的:(OS)