随笔分类 -  框架

K8S secret 加密git配置文件中敏感数据
摘要:secret 用法: git中引用: 阅读全文

posted @ 2021-04-23 09:55 涤生-三省吾身 阅读(165) 评论(0) 推荐(0)

Mac 配置多个版本 jdk
摘要:多个jdk 版本在mac上如何管理呢? 下面记录下我的配置过程 Homebrew 安装jdk8 和 jdk11 Homebrew 安装jenv (jdk 版本管理工具) 配置过程: ##检测 jenv jenv doctor ##初始化jenv echo eval "$(jenv init -)" 阅读全文

posted @ 2021-02-25 16:59 涤生-三省吾身 阅读(345) 评论(0) 推荐(0)

Hibernate中Session的关闭处理(无法获取连接池)
摘要:java.lang.IllegalStateException: Pool not open在使用Spring进行系统开发的时候,数据库连接一般都是配置在Spring的配置文件中,并且由Spring来管理的。在利用Spring + Hibernate进行开发时也是如此。下面是一个简单的Spring ... 阅读全文

posted @ 2015-11-04 12:03 涤生-三省吾身 阅读(756) 评论(0) 推荐(0)

SpringMVC简单实现
摘要:web.xml contextConfigLocation classpath*:spring/*.xml org.springframework.web.context.ContextLoaderListener struts2 org.apache.struts2.... 阅读全文

posted @ 2015-06-19 17:44 涤生-三省吾身 阅读(168) 评论(0) 推荐(0)

获取Spring管理bean对象
摘要:package com.sinosoft.base.util;import org.springframework.beans.BeansException;import org.springframework.beans.factory.NoSuchBeanDefinitionException;... 阅读全文

posted @ 2014-11-02 15:31 涤生-三省吾身 阅读(317) 评论(0) 推荐(0)

导航