阿晨聊技术

Results 14 comments of 阿晨聊技术

@jcchavezs hi my zipkin version 2.23.9 docker-compose.yml ```yaml version: '3.7' services: zipkin: image: openzipkin/zipkin container_name: zipkin ports: - "9411:9411" restart: always # https://github.com/openzipkin/zipkin/tree/master/zipkin-server#configuration environment: - STORAGE_TYPE=MySQL - MYSQL_HOST=192.168.2.19 - MYSQL_TCP_PORT=3306...

Hi @SgtSilvio If I develop more than one embedded extension, i just want to add all them to my embedded hivemq instance, instead of using them externally. Can u provide...

mark, I have same issue with 4.3.11

@skywater 这个PR能解决`java.time.Instant.()`没有默认构造器的问题吗?

![](https://i.loli.net/2020/04/13/pNS7UzDQIu218EW.png)

@tomsun28 数据库版本可以使用SpringBoot集成Flyway,启动项目会校验数据库版本并执行更新(如果有的话)

@tomsun28 有没有办法创建只有访客权限的账户?文档中提到的role1、role2,没能理解这些角色的意义