Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Tomcat 10 并在 server.xml 中添加了一个带有明文密码的 JDBC 数据源。出于安全目的,我想使用加密的数据库密码。
如何在Tomcat 10的server.xml文件中添加自定义数据源工厂实现数据源密码加密/解密?