码迷,mamicode.com
首页 > 其他好文 > 详细

二、properties文件存储信息

时间:2020-05-01 18:48:48      阅读:60      评论:0      收藏:0      [点我收藏+]

标签:get   ring   color   drive   code   source   文件存储   tst   undle   

ResourceBundle bundle = ResourceBundle.getBundle("jdbc");
        driver = bundle.getString("driver");
        url = bundle.getString("url");
        user = bundle.getString("user");
        password = bundle.getString("password");

 

二、properties文件存储信息

标签:get   ring   color   drive   code   source   文件存储   tst   undle   

原文地址:https://www.cnblogs.com/qiaoxin11/p/12814221.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!