Git Product home page Git Product logo

Comments (3)

fireflyt avatar fireflyt commented on August 22, 2024

0.6.0版本

from dubbo-admin.

fireflyt avatar fireflyt commented on August 22, 2024

data:
application.properties: |
admin.registry.address=zookeeper://zkcls-hs.logcollect.svc.cluster.local:2181
admin.config-center=zookeeper://zkcls-hs.logcollect.svc.cluster.local:2181
admin.metadata-report.address=zookeeper://zkcls-hs.logcollect.svc.cluster.local:2181
admin.root.user.name=root
admin.root.user.password=root
admin.check.sessionTimeoutMilli=3600000
server.compression.enabled=true
server.compression.mime-types=text/css,text/javascript,application/javascript
server.compression.min-response-size=10240
admin.check.tokenTimeoutMilli=3600000
admin.check.signSecret=86295dd0c4ef69a1036b0b0c15158d77
dubbo.application.name=dubbo-admin
dubbo.registry.address=${admin.registry.address}
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.datasource.url=jdbc:mysql://192.168.0.36:3306/dubbo_admin?characterEncoding=utf8&connectTimeout=1000&socketTimeout=10000&autoReconnect=true
spring.datasource.username=dubbo_admin
spring.datasource.password=xxx
mybatis-plus.global-config.db-config.id-type=none
dubbo.application.logger=slf4j

from dubbo-admin.

Suresh-Kumar-A avatar Suresh-Kumar-A commented on August 22, 2024

Hi @fireflyt, I have faced similar issues in spring boot mainly due to something wrong with the db configuration in the application.properties (or) in the configuration class. I saw the error log you posted above and saw this line "[com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]" that could have caused Error in creating bean with name 'dataSource'. I suggest kindly re-check once in com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class and ensure all values are indeed correct and the necessary db connections are also open & accessible. Hope this helps you.

from dubbo-admin.

Related Issues (20)

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.