码迷,mamicode.com
首页 >  
搜索关键字:spring boot /cloud    ( 54962个结果
git拉取代码报错:Please make sure you have the correct access rights and the repository exists
参考链接:https://cloud.tencent.com/developer/article/1572090 目的:使用git工具、通过命令行拉取gitee远程仓库代码到本地。 报错信息:Please make sure you have the correct access rights an ...
分类:数据库   时间:2021-04-09 12:51:18    阅读次数:0
3、Spring中的测试
3.1、传统测试存在的问题 1、每个测试都要重新启动spring 2、测试代码在管理spring容器,应该是spring容器在管理测试代码 3.2、Spring测试 3.2.1、Spring测试模型图 3.2.2、操作步骤 创建一个子工程。(spring-02-test) 1、添加maven依赖。 ...
分类:编程语言   时间:2021-04-09 12:49:07    阅读次数:0
SpringBoot简单尝试
一、spring boot核心 配置在类路径下autoconfigure下(多瞅瞅) @SpringBootApplication里的重要注解(@Configuration,@EnableAutoConfiguration,@ComponentScan三个注解的组合。) @ComponentScan ...
分类:编程语言   时间:2021-04-08 14:09:17    阅读次数:0
SpringMVC的视图解析器
视图和视图解析器 请求处理方法执行完成后,最终返回一个 ModelAndView 对象。对于那些返回 String,View 或 ModeMap 等类型的处理方法,Spring MVC 也会在内部将它们装配成一个 ModelAndView 对象,它包含了逻辑名和模型对象的视图 Spring MVC ...
分类:编程语言   时间:2021-04-08 13:53:43    阅读次数:0
apt-get update 升级错误
W: GPG error: http://mirrors.cloud.aliyuncs.com/ubuntu xenial-backports InRelease: Could not execute 'apt-key' to verify signature (is gnupg installed ...
分类:其他好文   时间:2021-04-08 13:43:02    阅读次数:0
idea 热部署Devtools
开发时使用,生产环境关闭 1.Adding devtools to your project <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> ...
分类:其他好文   时间:2021-04-08 13:37:40    阅读次数:0
Spring定时任务动态取消/创建/修改
首先配置ThreadPoolTaskScheduler线程池: package cn.demo.support.config; import org.springframework.context.annotation.Bean; import org.springframework.context ...
分类:编程语言   时间:2021-04-08 13:36:55    阅读次数:0
Python小恐龙快跑小游戏源代码及素材
该游戏是仿谷歌浏览器小恐龙游戏,程序运行入口Game7.py,配置文件:cfg.py,完整程序包及资源包请在本文文末下载,先上程序运行截图: Game7.py ''' Function: 仿谷歌浏览器小恐龙游戏 微信公众号: 学创英才 ''' import cfg import sys import ...
分类:编程语言   时间:2021-04-08 13:06:25    阅读次数:0
Spring Data JPA
一、JPA概述及基本操作 1、ORM思想 ORM(Object-Relational Mapping) 表示对象关系映射。 目的:通过操作实体类就可以对数据库表进行操作 建立两个映射: 实体类和表的映射 实体类属性和表中字段的映射 实现ORM思想的框架:Hibernate、mybatis 2、JPA ...
分类:编程语言   时间:2021-04-08 12:59:01    阅读次数:0
ioc创建对象的几个方式
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance ...
分类:其他好文   时间:2021-04-07 11:44:50    阅读次数:0
54962条   上一页 1 ... 43 44 45 46 47 ... 5497 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!