上一页 1 ··· 95 96 97 98 99 100 101 102 103 ··· 113 下一页
摘要: 构建项目及配置 pom.xml <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-mongodb-reactive</artifac 阅读全文
posted @ 2019-11-25 14:33 天宇轩-王 阅读(266) 评论(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 天宇轩-王 阅读(987) 评论(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 天宇轩-王 阅读(5270) 评论(2) 推荐(5) 编辑
摘要: MongoDB 是一个免费的开源跨平台面向文档的 NoSQL 数据库程序。 1、查看可用的 MongoDB 版本 访问 MongoDB 镜像库地址: https://hub.docker.com/_/mongo?tab=tags&page=1。 可以通过 Sort by 查看其他版本的 MongoD 阅读全文
posted @ 2019-11-24 23:57 天宇轩-王 阅读(1259) 评论(0) 推荐(2) 编辑
摘要: 官网说明 1.1 创建自己的 FailureAnalyzer FailureAnalyzer是一种在启动时拦截 exception 并将其转换为 human-readable 消息的好方法,包含在故障分析中。 Spring Boot 为 application context 相关的 excepti 阅读全文
posted @ 2019-11-24 23:30 天宇轩-王 阅读(388) 评论(0) 推荐(1) 编辑
摘要: 登录系统后,在当前命令窗口下输入命令: ls / 你会看到如下图所示: 树状目录结构: 以下是对这些目录的解释: /bin:bin是Binary的缩写, 这个目录存放着最经常使用的命令。 /boot:这里存放的是启动Linux时使用的一些核心文件,包括一些连接文件以及镜像文件。 /dev :dev是 阅读全文
posted @ 2019-11-22 16:43 天宇轩-王 阅读(116) 评论(1) 推荐(1) 编辑
摘要: 作者:liuxiaopeng 博客地址:http://www.cnblogs.com/paddix/ 前两章我们分享了Spring boot对Restful 的支持,不过Restful的接口通常仅仅返回数据。而做web开发的时候,我们往往会有很多静态资源,如html、图片、css等。那如何向前端返回 阅读全文
posted @ 2019-11-22 16:03 天宇轩-王 阅读(314) 评论(0) 推荐(1) 编辑
摘要: 1 SpringBoot 整合 Activiti7 的配置 为了能够实现 SpringBoot 与 Activiti7 整合开发,首先我们要引入相关的依赖支持。所以,我们在工程的 pom.xml 文件中引入相关的依赖,具体依赖如下所示: <properties> <project.build.sou 阅读全文
posted @ 2019-11-22 15:22 天宇轩-王 阅读(7191) 评论(0) 推荐(0) 编辑
摘要: 1排他网关 1.1 什么是排他网关 排他网关(也叫异或(XOR)网关,或叫基于数据的排他网关),用来在流程中实现决策。 当流程执行到这个网关,所有分支都会判断条件是否为 true,如果为 true 则执行该分支,注意,排他网关只会选择一个为 true 的分支执行。 (即使有两个分支条件都为 true 阅读全文
posted @ 2019-11-21 14:07 天宇轩-王 阅读(904) 评论(0) 推荐(2) 编辑
摘要: 作者:何甜甜在吗 juejin.im/post/5dc41c165188257bad4d9e69 看阿里巴巴开发手册并发编程这块有一条:线程池不允许使用Executors去创建,而是通过ThreadPoolExecutor的方式,通过源码分析禁用的原因 写在前面 首先感谢大家在盖楼的间隙阅读本篇文章 阅读全文
posted @ 2019-11-20 16:30 天宇轩-王 阅读(232) 评论(0) 推荐(2) 编辑
上一页 1 ··· 95 96 97 98 99 100 101 102 103 ··· 113 下一页