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.
如果我在我的代码中指定用户名和密码,我可以通过 java 很好地连接到我的数据库 - 但我不想这样做,因为它不安全。
所以我想要做的是通过一个包含用户名和密码的文件连接到数据库。我的问题是我该怎么做?
您可以尝试使用 Spring,DataSource在配置文件中定义您的 JDBC。
DataSource