03 2019 档案

摘要:Spring Boot启动程序通常使用Tomcat作为默认的嵌入式服务器。如果需要更改 - 您可以排除Tomcat依赖项并改为包含Jetty或Undertow: jetty配置: undertow配置: 9.在引导应用程序中配置Jetty或Undertow Spring Boot启动程序通常使用To 阅读全文
posted @ 2019-03-28 15:56 云晴 阅读(7837) 评论(0) 推荐(2) 编辑
摘要:一、下载windows版本的Redis 去官网找了很久,发现原来在官网上可以下载的windows版本的,现在官网以及没有下载地址,只能在github上下载,官网只提供linux版本的下载 官网下载地址:http://redis.io/download github下载地址:https://githu 阅读全文
posted @ 2019-03-27 10:46 云晴 阅读(118432) 评论(1) 推荐(15) 编辑
摘要:更多精彩文章欢迎关注公众号“Java之康庄大道” 一般来说,部署到tomcat则是把war包丢到webapps目录下,启动Tomcat会自动解压,成一个war包名称的文件夹项目, 例如imgManager.war 访问的地址一般是localhost:8080/imgManager/login 怎么去 阅读全文
posted @ 2019-03-27 09:43 云晴 阅读(6935) 评论(0) 推荐(0) 编辑
摘要:PayManager org.springframework.boot spring-boot-maven-plugin --> org.apache.maven.plugins ... 阅读全文
posted @ 2019-03-25 17:15 云晴 阅读(541) 评论(0) 推荐(0) 编辑
摘要:1.spring安全 boot中的应用文档https://docs.spring.io/spring-security/site/docs/current/guides/html5//helloworld-boot.html 阅读全文
posted @ 2019-03-20 14:06 云晴 阅读(138) 评论(0) 推荐(0) 编辑
摘要:formatter: function(value,row,index){ var arr = value; if(arr==null || arr==""){ return "-"; }else{ for(var i =... 阅读全文
posted @ 2019-03-20 11:18 云晴 阅读(3307) 评论(0) 推荐(0) 编辑
摘要:更多精彩文章欢迎关注公众号“Java之康庄大道” 阅读全文
posted @ 2019-03-18 12:46 云晴 阅读(4951) 评论(1) 推荐(0) 编辑