Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请在 https://gitee.com/y_project/RuoYi-Vue/issues 里提问 #5

Open
yangzongzhuan opened this issue Jul 20, 2020 · 3 comments
Open

Comments

@yangzongzhuan
Copy link
Owner

请在issues里提问,方便统一处理。

@sunhonga
Copy link

项目启动时org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'securityConfig': Unsatisfied dependency expressed through field 'userDetailsService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userDetailsServiceImpl': Unsatisfied dependency expressed through field 'userService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sysUserServiceImpl': Unsatisfied dependency expressed through field 'configService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sysConfigServiceImpl': Invocation of init method failed; nested exception is org.springframework.data.redis.RedisSystemException: Error in execution; nested exception is io.lettuce.core.RedisCommandExecutionException: NOAUTH Authentication required.
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:596)

@Zcb991
Copy link

Zcb991 commented Jan 5, 2023

我是因为没有启动本地的redis服务

@tww19861004
Copy link

Oracle 19c,启动的时候,
java.sql.SQLException: ORA-28009: connection as SYS should be as SYSDBA or SYSOPER
单独连接是可以的

    <dependency>
        <groupId>com.oracle</groupId>
        <artifactId>ojdbc8</artifactId>
        <version>23.4.0.24.05</version>
    </dependency>

    driverClassName: oracle.jdbc.OracleDriver  #Oracle 18c和19c数据库使用的是ojdbc8.jar驱动程序,对应的DriverClassName是oracle.jdbc.OracleDriver
    druid:
        # 主库数据源
        master:
            url: jdbc:oracle:thin:@xx.x.xxx.xxx:1524/ORCLCDB
            username: sys
            password: 123456

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants