spring boot相关知识: pom.xml文件: spring boot起步依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> </de ...
分类:
编程语言 时间:
2020-06-13 23:35:26
阅读次数:
99
在/usr/local/freeswitch/conf/dialplan/default.xml文件里,<extension name="Local_Extension">节下面 <action application="set" data="RECORD_TITLE=Recording ${des ...
分类:
其他好文 时间:
2020-06-13 13:05:46
阅读次数:
139
构建项目时报错: Cannot resolve com.gexin.platform:gexin-rp-sdk-http:4.1.1.4 gexin-rp-sdk-http:jar:4.1.1.4总是无法下载,百度到的处理方法,记录一下,方便以后查询使用。 解决方式: 修改本地maven/confi ...
分类:
其他好文 时间:
2020-06-13 12:52:38
阅读次数:
346
今天用springboot写了个webservice的接口 启动项目后报错class not found EmbeddedServletContainerAutoConfiguration 然后看了下pom.xml文件中的依赖如下: <parent> <groupId>org.springframe ...
分类:
编程语言 时间:
2020-06-12 14:11:19
阅读次数:
252
#android6.0开启权限遇到的一些坑 一个小白,记录学习遇到的一些坑 最近在做android方面的实验,做到用LocationManager进行定位,发现单独在AndroidManifest.xml文件中 声明开启权限,不能够真正的开启想要的权限,说是安全问题,其实在日常中我们都很清楚的一个权 ...
分类:
移动开发 时间:
2020-06-11 21:22:45
阅读次数:
65
Spring Boot除了提供有上述介绍的Web依赖启动器外,还提供了其他许多开发场景的相关依赖,我们可以打开Spring Boot官方文档,搜索“Starters”关键字查询场景依赖启动器  2、配置generatorConfig.xml文件 <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE generatorConfiguration PUBLIC "-//mybatis.org//DTD ...
分类:
其他好文 时间:
2020-06-11 16:24:33
阅读次数:
55
从tomcat文件中的conf——catalina/localhost 添加一个.xml文件; 举例: 注意.xml文件的文件名 ...
分类:
其他好文 时间:
2020-06-10 13:17:22
阅读次数:
58