W3Cschool
恭喜您成為首批注冊(cè)用戶
獲得88經(jīng)驗(yàn)值獎(jiǎng)勵(lì)
<dependency> <groupId>net.ymate.platform</groupId> <artifactId>ymate-platform-persistence-jdbc</artifactId> <version>2.0-SNAPSHOT</version> </dependency>
注:在項(xiàng)目的pom.xml中添加上述配置,該模塊已經(jīng)默認(rèn)引入核心包及持久化基礎(chǔ)包依賴,無需重復(fù)配置。
#------------------------------------- # JDBC持久化模塊初始化參數(shù) #------------------------------------- # 默認(rèn)數(shù)據(jù)源名稱,默認(rèn)值為default ymp.configs.persistence.jdbc.ds_default_name= # 數(shù)據(jù)源列表,多個(gè)數(shù)據(jù)源名稱間用'|'分隔,默認(rèn)為default ymp.configs.persistence.jdbc.ds_name_list= # 是否顯示執(zhí)行的SQL語句,默認(rèn)為false ymp.configs.persistence.jdbc.ds.default.show_sql= # 數(shù)據(jù)庫表前綴名稱,默認(rèn)為空 ymp.configs.persistence.jdbc.ds.default.table_prefix= # 數(shù)據(jù)源適配器,可選值為已知適配器名稱或自定義適配置類名稱,默認(rèn)為default,目前支持已知適配器[default|dbcp|c3p0|jndi|...] ymp.configs.persistence.jdbc.ds.default.adapter_class= # 數(shù)據(jù)庫類型,可選參數(shù),默認(rèn)值將通過連接字符串分析獲得,目前支持[mysql|oracle|sqlserver|db2|sqlite|postgresql|hsqldb|h2] ymp.configs.persistence.jdbc.ds.default.type= # 數(shù)據(jù)庫方言,可選參數(shù),自定義方言將覆蓋默認(rèn)配置 ymp.configs.persistence.jdbc.ds.default.dialect_class= # 數(shù)據(jù)庫連接驅(qū)動(dòng),可選參數(shù),框架默認(rèn)將根據(jù)數(shù)據(jù)庫類型進(jìn)行自動(dòng)匹配 ymp.configs.persistence.jdbc.ds.default.driver_class= # 數(shù)據(jù)庫連接字符串,必填參數(shù) ymp.configs.persistence.jdbc.ds.default.connection_url= # 數(shù)據(jù)庫訪問用戶名稱,必填參數(shù) ymp.configs.persistence.jdbc.ds.default.username= # 數(shù)據(jù)庫訪問密碼,可選參數(shù),經(jīng)過默認(rèn)密碼處理器加密后的admin字符串為wRI2rASW58E ymp.configs.persistence.jdbc.ds.default.password= # 數(shù)據(jù)庫訪問密碼是否已加密,默認(rèn)為false ymp.configs.persistence.jdbc.ds.default.password_encrypted= # 數(shù)據(jù)庫密碼處理器,可選參數(shù),用于對(duì)已加密數(shù)據(jù)庫訪問密碼進(jìn)行解密,默認(rèn)為空 ymp.configs.persistence.jdbc.ds.default.password_class=
配置參數(shù)補(bǔ)充說明:
數(shù)據(jù)源的數(shù)據(jù)庫連接字符串和用戶名是必填項(xiàng),其它均為可選參數(shù),最簡(jiǎn)配置如下:
ymp.configs.persistence.jdbc.ds.default.connection_url=jdbc:mysql://localhost:3306/mydb
ymp.configs.persistence.jdbc.ds.default.username=root
為了避免明文密碼出現(xiàn)在配置文件中,YMP框架提供了默認(rèn)的數(shù)據(jù)庫密碼處理器,或者通過IPasswordProcessor接口自行實(shí)現(xiàn);
net.ymate.platform.core.support.impl.DefaultPasswordProcessor
Copyright©2021 w3cschool編程獅|閩ICP備15016281號(hào)-3|閩公網(wǎng)安備35020302033924號(hào)
違法和不良信息舉報(bào)電話:173-0602-2364|舉報(bào)郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號(hào)
聯(lián)系方式:
更多建議: