码迷,mamicode.com
首页 >  
搜索关键字:@requestbody 微服务 springboot springmvc    ( 24712个结果
Maven 引用本地jar包启动正常 运行时报错
问题: 引用友盟OpenAPI的SDK时 , 拆分思想是 将模块单独放置在 一个模块中 , springmvc maven 管理的项目 ,所以在resources 中增加了lib 文件夹 用来存放第三方jar包 表现 在springmvc 中 引用对应的j 模块 与依赖关系 启动 异常 ,仔细查看后 ...
分类:编程语言   时间:2020-12-30 10:43:27    阅读次数:0
Gradle脚本部署SpringBoot应用到远程服务器
引入hidetake.ssh插件 buildscript { repositories { mavenLocal() maven { url "https://maven.aliyun.com/repositorys/public/" } maven { url "https://repo.spri ...
分类:编程语言   时间:2020-12-30 10:40:15    阅读次数:0
Springboot启动报错:Unable to infer base url. This is common when using dynamic servlet...
Springboot项目启动,IDE的控制台报错信息: Unable to infer base url. This is common when using dynamic servlet registration or when the API is behind an API Gateway. ...
分类:编程语言   时间:2020-12-30 10:25:19    阅读次数:0
Spring cloud Alibaba
一. 为什么使用spring cloud alibaba 很多人可能会问,有了spring cloud这个微服务的框架,为什么又要使用spring cloud alibaba这个框架了?最重要的原因在于spring cloud中的几乎所有的组件都使用Netflix公司的产品,然后在其基础上做了一层封 ...
分类:编程语言   时间:2020-12-30 10:24:54    阅读次数:0
springboot的任务调度(定时任务)
springboot的任务调度(定时任务) 制作人:全心全意 springboot的任务调度(定时任务,不支持分布式) 任务调度实现类 package com.zq.main.tasks; import java.text.SimpleDateFormat; import java.util.Dat ...
分类:编程语言   时间:2020-12-29 11:00:26    阅读次数:0
【转】SpringBoot之@EnableAutoConfiguration注解
首先Spring Boot项目中都会如下启动类: @SpringBootApplication public class Application { public static void main(String[] args) { SpringApplication.run(Application. ...
分类:编程语言   时间:2020-12-28 11:58:46    阅读次数:0
springboot整合mybatis
1.创建mysql数据库,并添加数据: 创建数据库访问层,实体类,业务层,控制层: 数据库访问层: 代码: package com.xys.springnew.mapper; import com.xys.springnew.entity.User; import org.springframewo ...
分类:编程语言   时间:2020-12-28 11:33:34    阅读次数:0
SpringBoot 工作流开源项目
SpringBoot2.x 工作流开源项目 工作流开源项目: 项目名 链接地址 JSITE https://gitee.com/baseweb/JSite flowableJava https://gitee.com/lwj/flowable Guns(集成Activiti工作流版本 ) https ...
分类:编程语言   时间:2020-12-28 11:31:29    阅读次数:0
微服务痛点-基于Dubbo + Seata的分布式事务(AT)模式
前言 Seata 是一款开源的分布式事务解决方案,致力于提供高性能和简单易用的分布式事务服务。Seata 将为用户提供了 AT、TCC、SAGA 和 XA 事务模式,为用户打造一站式的分布式解决方案。对于Seata不太了解的朋友,可以看下我之前写的文章: 微服务开发的最大痛点-分布式事务SEATA入 ...
分类:其他好文   时间:2020-12-28 11:19:26    阅读次数:0
从命令行打开IntelliJ IDEA及IntelliJ IDEA CE
假设我们有一个springboot项目,使用Maven构建的。当我们使用git clone xxx.git将项目clone到本地之后,我们怎么打开项目? 打开idea,新建empty project ,然后import from desk ? 太麻烦了。通过配置快捷命令,可以使用idea pom.x ...
分类:其他好文   时间:2020-12-28 11:04:55    阅读次数:0
24712条   上一页 1 ... 56 57 58 59 60 ... 2472 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!