JavaEE
东方索
值得
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SpringBoot中Swagger的构建和遇见坑
一、构建swagger UI文档 1、加入依赖 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.1.0.RELEASE&...原创 2019-12-26 15:17:15 · 322 阅读 · 0 评论 -
基于JPA的批量增加数据引发的几种方式
这里以mysql数据库为例,提供批量插入数据的高效方式,并做一定的对比,模拟10万条数据 一、环境配置 Application.yml文件配置 server: port: 8086 spring: application: name: batch jpa: database: mysql show-sql: true properties: ...原创 2019-12-26 16:20:44 · 2904 阅读 · 0 评论 -
web版本问题
访问http://xmlns.jcp.org/xml/ns/javaee/可下载各版本的约束文档,文档中有对应版本的约束格式 web-app 2.3 web-app 2.4转载 2017-09-22 18:05:41 · 856 阅读 · 0 评论
分享