Spring Boot Reference Guide 1.5.12.RELEASE9.1. Servlet containers … 11 Installing Spring Boot … 12 10.1. Installation instructions for the Java developer … 12 Maven installation ... 12 Gradle installation ... 13 10.2. Installing the Spring Inheriting the starter parent ... 24 Using Spring Boot without the parent POM ... 25 Changing the Java version ... 26 Using the Spring Boot Maven plugin ... 26 13.3. Gradle … 26 13.4. Ant … 27 13.5. Bitronix transaction manager … 136 36.3. Using a Narayana transaction manager … 137 36.4. Using a Java EE managed transaction manager … 137 36.5. Mixing XA and non-XA JMS connections … 137 36.6. Supporting0 码力 | 384 页 | 1.99 MB | 1 月前3
Spring Boot Reference Guide
2.0.0.RELEASE9.1. Servlet Containers … 11 Installing Spring Boot … 12 10.1. Installation Instructions for the Java Developer … 12 Maven Installation ... 12 Gradle Installation ... 13 10.2. Installing the Spring Bitronix Transaction Manager … 144 37.3. Using a Narayana Transaction Manager … 145 37.4. Using a Java EE Managed Transaction Manager … 145 37.5. Mixing XA and Non-XA JMS Connections … 145 37.6. Supporting Amazon Web Services (AWS) … 225 AWS Elastic Beanstalk … 225 Using the Tomcat Platform … 225 Using the Java SE Platform … 225 Summary … 226 60.5. Boxfuse and Amazon Web Services … 226 60.6. Google Cloud … 2270 码力 | 406 页 | 2.19 MB | 1 月前3
MongoDB零基础入门手册8年一线大厂经验(百度/小米/美团) 你好呀,我是楼仔,8年一线大厂开发/架构经验,项目管理经验丰富。微信搜楼仔关注我的原创公众号,回复 110获取10本校招/社招必刷八股文,包括但不限于操作系统、计算机网络、数据结构与算法、Java、MySQL、Redis、Spring、架构、源码等硬核内容。 扫一扫/长按识别,关注我深入计算机基础,拿大厂Offer做同事! 连接 后续的所有文章的基础,都是需要先连上mongodb,然后才能执行各种命令操作; 8年一线大厂经验(百度/小米/美团) 你好呀,我是楼仔,8年一线大厂开发/架构经验,项目管理经验丰富。微信搜楼仔关注我的原创公众号,回复 110获取10本校招/社招必刷八股文,包括但不限于操作系统、计算机网络、数据结构与算法、Java、MySQL、Redis、Spring、架构、源码等硬核内容。 扫一扫/长按识别,关注我深入计算机基础,拿大厂Offer做同事! 文档 Document 插入姿势 文档相当于关系数据库中数据行, 'age': 18.8}) 数组类型插入 db.doc_demo.insert({'name': 'yihui', 'skill': ['java', 'python', 'php', 'js']}) Object类型插入 db.doc_demo.insert({'name':0 码力 | 81 页 | 3.83 MB | 1 月前3
Spring MVC 4.2.4 RELEASE 中文文档ed响应头弱ETag 基于代码的Servlet容器初始化 配置Spring MVC 启用MVC Java编程配置或MVC命名空间 默认配置的定制化 转换与格式化 验证 拦截器 内容协商 视图控制器 视图解析器 资源的服务 回到默认的Servlet来进行资源服务 路径匹配 消息转换器 使用MVC Java编程进行高级定制 使用MVC命名空间进行高级定制 术语笔记 致谢 当前文档 《Spring MVC HttpServlet 基类),同样也需要在你 web应用的 web.xml 配置文件下声明。你需要在 web.xml 文件中把你希望 DispatcherServlet 处理的请求映射到对应的URL上去。这就是标准的Java EE Servlet配置;下面的代码就展示了对 DispatcherServlet 和路径映射的声明: InternalResourceViewResolver ,那么框架就不会再使用 bean ViewResolver 的默认实现。 在21.16节 Spring MVC的配置中,我们介绍了其他配置Spring MVC的方式,比如通过Java编程配置或者通过MVC XML命名空间进行配置。它们为配置一个Spring MVC应用提供了简易的开始方式,也不需要你对框架实现细节有太多了解。当然,无论你选用何种方式开始配置,本节所介绍的一些概0 码力 | 163 页 | 2.28 MB | 1 月前3
使用Spring Cloud与Docker实战微服务Talk is cheap,show me the code.下面我们将以代码与讲解结合的方式,为大家讲解Spring Cloud中的各种组件。 准备工作 技术储备: 所需技能 备注 Java Maven 文章涉及到大量的代码,均使用Maven构建 Spring Boot Spring Cloud是在Spring Boot基础上构建的 环境准备: 工具 版本或描述UTF- 8 <java.version>1.8java.version> defaultZone: http://peer1:8761/eureka/ 分别启动两个Eureka应用: java -jar microservice-discovery-eureka-0.0.1-SNAPSHOT.jar – spring.profiles.active=peer1 java -jar microservice-discovery-eureka-0.0.1-SNAPSHOT.jar``` 0 码力 | 179 页 | 2.57 MB | 1 月前3
Redisson-官方文档中文翻译com/liulongbiao/redisson-doc-cn 概览 概览 概览 Redisson 不只是一个 Java Redis 客户端,它是一个以内存 Redis 服务器作为后端的处理 Java 对象 (如 java.util.List ,java.util.Map ,java.util.Set , java.util.concurrent.locks.Lock 等) 的一个框架。 它也提供了一些高级服务,如 它也提供了一些高级服务,如 RemoteService 和 SpringCacheManager。 Redisson 的目标是提供使用 Redis 的更方便和容易的方式。 概览 若你已经使用过其他 Java Redis 客户端,在迁移到 Redisson 过程中 Redis命令映射 列表会很有用。 每个 Redis 服务器实例最多可处理 1TB 内存。 基于 Netty 框架。 Redis 2.8+ 和 JDK 1.6+ } } }); Reactive 方式 Redisson 通过对 Java 9 的 Reactive Streams 标准来支持 Reactive 方式。 基于著名的 Reactor 项目。 针对 Java 的 Reactive 对象可通过独立的 RedissonReactiveClient 接口来获取:0 码力 | 79 页 | 1.51 MB | 1 月前3
1.6 Aliyun ApasaDB Go 微服务架构Go 微服务架构 - 来自 Java/Spring 开发者视角 Nash Tsai, Technical Expert @阿里云 GopherChina 2017 ’ alt=‘OCR图片’/> Nash Tsai(聪心) 技术专家@阿里云-飞天8部-数据库组 OpenAPI services architecture Software Engineering (~10y experience) experience) & DevOps ’ alt=‘OCR图片’/> Agenda 背景-云产品前端架构 Micro-services complexity at 阿里云 Profound of Java vs. Golang (Spring vs. Go tooling) Introduction of gPRC and Go kit Micro-services best practices “2013-03-14T12:09:17Z”,“acs:SecureTransport”: “false”,“acs:SourceIp”: “10.242.68.20”, “acs:UserAgent”: “aliyun-sdk-java”,“odps:CurrentProject”: “apsara_profiling”, “odps:TaskType”: “DEFAULT”} Context_ID : 71a959c0-2dd0 码力 | 26 页 | 1.74 MB | 1 月前3
Best practice: from spring cloud to Istioclient 3,822 2019/7/19 14:49:03 src 1,747 2019/7/19 11:46:43 main 1,747 2019/7/19 14:44:58 java 1,090 2019/7/19 11:46:43 resources 657 2019/7/19 11:55:19 application.yml 657 2019/7/19 11:55:19 server 3,911 2019/7/19 14:49:13 src 1,836 2019/7/19 11:47:03 main 1,836 2019/7/19 14:46:18 java 1,397 2019/7/19 11:47:03 resources 439 2019/7/19 11:54:23 application.yml 439 2019/7/19 11:54:23 performed on the Envoy of the Istio data plane. The application can be code in c, cpp, python normal java ,or springcloud framework .The Spring Cloud serves as the development framework and provides the service0 码力 | 32 页 | 1.44 MB | 1 月前3
Spring Data VS JPA - 10 real-life storiesstories Java™ DEVELOPER 16 YEARS TRAINER 7 YEARS WRITER 4 BOOKS A Sergiy Morenets, 2020 FOUNDER ITSimulator SPEAKER JAVA DAY MINSK 2013 polish jug DEVOXX POLAND Dev(Talks): JAVA DAY2015 Java frameworks build tool (Maven, Gradle) Can measure throughput or average time Includes warm-up period Part of Java 9 Sergiy Morenets, 2020 Benchmarks. Environment JMH 1.25 Hibernate 5.4.20 Maven 3.6 JDK 15.0 Sergiy Morenets, 2020 FREE TRAINING Introduction into Spring 5 #spring #ioc #testing SERGIY MORENETS Java Developer Advocate 1 day0 码力 | 73 页 | 2.29 MB | 1 月前3
2.2 Go语言在讯联扫码支付系统中的成功实践实时交易服务:API Gateway 商户对账服务:批处理 商户服务:web portal 稳定性 安全性 吞吐量 技术选型 业务需求 技术需求 团队需求 技术选型 团队背景 C, Java, Golang Golang技术特点 快速上手,学习曲线平滑,开发效率高 天生支持并发编程 简洁的错误处理:defer、panic、recover 技术选型 安全性 https://web MHz DDR3 ~/workspace_go/src/github.com/jackyvictory ▶ java -version java version “1.7.0_75” Java™ SE Runtime Environment (build 1.7.0_75-b13) Java HotSpot™ 64-Bit Server VM (build 24.75-b04, mixed mode)0 码力 | 19 页 | 3.71 MB | 1 月前3
共 48 条
- 1
- 2
- 3
- 4
- 5
相关搜索词
Spring BootMavenGradleServlet containerstemplate enginesSpring Boot CLIdependency managementapplication propertiesMongoDBdocumentcollectiondatabase索引Spring MVCDispatcherServlet@Controller@RequestMapping视图解析器Spring CloudDocker微服务Eureka服务发现RedissonRedis分布式对象数据分区SpringCacheManager1.6AliyunApasaDBGo服务架构IstioKubernetesservice meshEnvoySpring Data JPAJPAJPQLJMHBootstrapMode.DEFERRED扫码支付系统Go语言金融支付系统架构演进技术选型













