摘要: 一、下载地址 禅道开源版: http://dl.cnezsoft.com/zentao/docker/docker_zentao.zip 数据库用户名: root,默认密码: 123456。运行时,可以设置 MYSQL_ROOT_PASSWORD变量来更改密码。 可挂载目录 /app/zentaop 阅读全文
posted @ 2019-11-25 16:05 天宇轩-王 阅读(668) 评论(1) 推荐(2)
摘要: 构建项目及配置 pom.xml <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-mongodb-reactive</artifac 阅读全文
posted @ 2019-11-25 14:33 天宇轩-王 阅读(276) 评论(0) 推荐(1)
摘要: MongoDB MongoDB是 open-source NoSQL 文档数据库,它使用 JSON-like schema 而不是传统的 table-based 关系数据。 Spring Boot 提供了一些使用 MongoDB 的便利,包括spring-boot-starter-data-mong 阅读全文
posted @ 2019-11-25 12:10 天宇轩-王 阅读(1029) 评论(2) 推荐(2)
摘要: 报错: Mon Nov 25 01:09:48 CST 2019 There was an unexpected error (type=Internal Server Error, status=500). Command failed with error 13 (Unauthorized): 阅读全文
posted @ 2019-11-25 01:12 天宇轩-王 阅读(5542) 评论(2) 推荐(5)