会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Kingsy blog
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
2017年3月28日
Springboot使用redis
摘要: 配置pom 配置application.yml 代码实现
阅读全文
posted @ 2017-03-28 10:38 kingsy.lin
阅读(1115)
评论(0)
推荐(0)
编辑
修改docker-toolbox/boot2docker容器镜像
摘要: 进入虚拟机 vi /var/lib/boot2docker/profile 编辑在EXTRA_ARGS,加入 --registry-mirror=https://pee6w651.mirror.aliyuncs.com 保存 重启:在window客户端执行shell : docker-machine
阅读全文
posted @ 2017-03-28 09:31 kingsy.lin
阅读(660)
评论(0)
推荐(0)
编辑
2017年3月8日
docker容器如何安装vim
摘要: mv /etc/apt/sources.list /etc/apt/sources.list.bak && \ echo "deb http://mirrors.163.com/debian/ jessie main non-free contrib" >/etc/apt/sources.list
阅读全文
posted @ 2017-03-08 09:54 kingsy.lin
阅读(3712)
评论(0)
推荐(0)
编辑
2017年2月17日
Maven+Docker,发布到Registry
摘要: 1、配置Pom.xml 二、创建Dockerfile 三、修改~/.m2/settings.xml 四、执行maven命令
阅读全文
posted @ 2017-02-17 20:03 kingsy.lin
阅读(8984)
评论(0)
推荐(0)
编辑
Maven + Docker
摘要: 一、设置POM.xml 二、在工程下创建一个docker目录 三、在docker目录下创建文件Dockerfile,如
阅读全文
posted @ 2017-02-17 19:49 kingsy.lin
阅读(1215)
评论(0)
推荐(0)
编辑
2017年2月16日
Jenkins-SVN + Maven + Docker
摘要: 第1步:安装插件 Subversion Plug-inMaven Integration pluginCloudBees Docker Build and Publish pluginDeploy to container Plugin 第2步:安装完成后重启Jenkins 第3步:全局配置 打开“
阅读全文
posted @ 2017-02-16 17:12 kingsy.lin
阅读(1771)
评论(0)
推荐(0)
编辑
2017年2月9日
Maven密码加密
摘要: 第1步执行shell: mvn --encrypt-master-password "SomeMadeUpMasterPassword" {nDpn1bE1vX4HABCDEFGOriBubJhppqAOuy4=} 第2步执行shell,创建~/.m2/settings-security.xml <
阅读全文
posted @ 2017-02-09 10:18 kingsy.lin
阅读(4156)
评论(0)
推荐(0)
编辑
2017年2月7日
Spring-Security-OAuth2微信网页授权
摘要: @Controller public class Controller1 { @Autowired private OAuth2ClientContext context; @Bean @Scope("session") public OAuth2ClientContext createContex
阅读全文
posted @ 2017-02-07 20:51 kingsy.lin
阅读(7764)
评论(2)
推荐(1)
编辑
Spring-Security-OAuth2调用微信API
摘要: class WeixinClientCredentialsAccessTokenProvider extends ClientCredentialsAccessTokenProvider { public WeixinClientCredentialsAccessTokenProvider() {
阅读全文
posted @ 2017-02-07 20:49 kingsy.lin
阅读(4208)
评论(0)
推荐(0)
编辑
上一页
1
2
3
公告