GithubHelp home page GithubHelp logo

Comments (6)

uncarbon97 avatar uncarbon97 commented on July 29, 2024

我这边使用阿里云提供的 maven **仓库镜像,是可以拉到依赖的;
如果你不用SQL Server 和 Oracle 数据库的话,可以排除这两个 JDBC 驱动
原 pom.xml 依赖引入

<dependency>
    <groupId>cc.uncarbon.framework</groupId>
    <artifactId>helio-starter-crud</artifactId>
</dependency>

修改为:

<dependency>
    <groupId>cc.uncarbon.framework</groupId>
    <artifactId>helio-starter-crud</artifactId>
    <exclusions>
        <exclusion>
            <groupId>com.oracle</groupId>
            <artifactId>ojdbc6</artifactId>
        </exclusion>

        <exclusion>
            <groupId>com.microsoft.sqlserver</groupId>
            <artifactId>sqljdbc4</artifactId>
        </exclusion>
    </exclusions>
</dependency>

下面那个creating bean with name 'redissonConnectionFactory' ,可以错误信息拉到最右边,是 redis 连接失败了;姑且确认一下 redis设置里监听的端口、防火墙有没有开放端口、云服务商防火墙白名单有没有开放端口;
如果是宝塔安装的redis,还会有点坑,可以重启系统后用特权账户启动试一下能不能启动起来

from helio-boot.

404name avatar 404name commented on July 29, 2024

前面问题已经解决了,后面那个问题应该是redis报错,我启动这个项目控制台日志是黑色的字体(不清楚是不是你项目配置了颜色还是我idea突然抽风了),配合背景我啥都看不清qwq,刚刚才看到是redis连接错误,我redis其他项目能用的,这里报错了,我启动个本地的看看

from helio-boot.

uncarbon97 avatar uncarbon97 commented on July 29, 2024

控制台打印颜色应该是被 banner.txt 连累了-。-
最后一行可以先改成 ${AnsiColor.BRIGHT_CYAN} 会比较明显
后续版本我也要修正一下这个

from helio-boot.

404name avatar 404name commented on July 29, 2024

眼睛治好了😁,就看清楚报错有个redis [Auth] 就想起了可能是密码问题(字体颜色的锅,哈哈),我密码是置空的,我把password删了就好了,前后台都能跑了。学习学习大佬的代码👍

from helio-boot.

uncarbon97 avatar uncarbon97 commented on July 29, 2024

hh 辛苦辛苦
banner 里面 字体改成 ${AnsiColor.BLACK} 在黑底 IDEA 里就会显示成纯白……

from helio-boot.

404name avatar 404name commented on July 29, 2024

from helio-boot.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.