【发布时间】:2013-08-06 09:50:06
【问题描述】:
我想以加密格式存储密码,以便其他用户无法读取。我的tomee.xml 文件包含
<Resource id="jdbc/myrootdb" type="DataSource">
JdbcDriver com.mysql.jdbc.Driver
JdbcUrl jdbc:mysql://localhost:3306/test
UserName root
Password root
JtaManaged false
InitialSize 50
MaxActive 10
MaxIdle 3
</Resource>
我正在使用 apache-tomee-jaxrs-1.5.2。
【问题讨论】:
标签: java data-structures apache-tomee