dependencies><build><plugins><plugin><groupId>org.springframework.boot</groupId><artifactId>spring-boot-maven-plugin</artifactId></plugin><plugin><artifactId>maven-compiler-plugin</artifactId><version>3.8.0</version><configuration>11<target>11</target><verbose>true</verbose><annotationProcessorPath...
Spring Boot2 集成 jasypt 3.0.4 配置文件敏感信息加密 3.3. 测试结果 目的:这里是先运行保证正常功能无影响,下面会对jar进行反编译测试 四、IntelliJ IDE 反编译测试 4.1. 将加密的jar进行解压 4.2. 打开解压后的文件夹 4.3. class文件查看 4.4. 配置文件反编译 ...