随笔分类 - 3. 后端开发
摘要:1、maven添加相应版本的依赖 com.github.ulisesbocchio jasypt-spring-boot-starter 2.1.2 2、设置项目启动参数,此参数作为加密的盐值,比如 -Djasypt.encryptor.password=盐值 3、下载jasypt-xxx.jar包
阅读全文
摘要:1、虚拟机参数(VM options) 设置:命令行中加 -X --XX:,比如Xms=512m -XX:MetaspaceSize=1024m 获取:Runtime.getRuntime(), 虚拟机工具jinfo等。 2、环境变量(Environment variables) 设置:Linux系
阅读全文