-
The MySQL connection configuration provided by nacos1 official documents does not include the configuration of servertimezone. When connecting to MySQL 5.7.9 with Nacos 1.4.2, if servertimezone = Asia…
-
**Issue Description**
下载最新版本nacos1.3.2后,在win10下双击 startup.cmd 运行失败。在centos7下执行 sh startup.sh 后出现同样报错信息;nacos1.3.1则正常
**Describe what happened (or what feature you want)**
异常报错信息:
```
2020-08-…
-
-
**Describe the bug**
A clear and concise description of what the bug is.
i get the nacos 1.3.2 from https://github.com/alibaba/nacos/releases/tag/1.3.2 ;i run it user windows10 user cmd :./sta…
-
------------------------------------------------------------------------(english)
Hello, I am threedr3am. I found a nacos interface. When nacos is deployed in the default configuration, it can be a…
-
_What version of AdvancedBan (`/AdvancedBan`) are you using?_
AdvancedBan 2.2.1
_What kind of server do you have (`Bungeecord/single server`)?_
Bungeecord or WaterFall
_What server version …
-
版本1.3.2 没有被配置数据源,默认直接单机模式启动,报错
```
2020-11-09 11:27:31,721 INFO Root WebApplicationContext: initialization completed in 3223 ms
2020-11-09 11:27:32,359 WARN HikariPool-1 - idleTimeout has been…
-
`public class DynamicDataSourceAutoConfiguration {
@Autowired
private DynamicDataSourceProperties properties;
。。。
@Bean
@ConditionalOnMissingBean
public DynamicDataSourceCreator dyna…
-
2020-12-23 09:14:45,601 ERROR Error starting Tomcat context. Exception: org.springframework.beans.factory.BeanCreationException. Message: Error creating bean with name 'authFilterRegistration' defined…
-
docker run -d \
-e MODE=standalone \
-e NACOS_SERVER_IP=192.168.11.11 \
-e SPRING_DATASOURCE_PLATFORM=mysql \
-e MYSQL_SERVICE_HOST=192.168.11.11 \
-e MYSQL_SERVICE_PORT=3306 \
-e MYSQL_SERVICE_…