Commit 5ee847ea authored by 王淑君's avatar 王淑君

修改

parent 794240b1
...@@ -262,14 +262,6 @@ ${basedir}/sql ...@@ -262,14 +262,6 @@ ${basedir}/sql
### quartz ### quartz
1. 定时任务 默认关闭 可以在`application-dev.yml`中配置参数`cy.model.quartz` 为true设为开启 1. 定时任务 默认关闭 可以在`application-dev.yml`中配置参数`cy.model.quartz` 为true设为开启
~~~~
ssl:
key-store: classpath:client1.p12
key-store-password: 123456
key-store-type: PKCS12
key-alias: client1
#并生成证书,client1.p12 放在resource下
~~~~
### redis ### redis
...@@ -281,10 +273,6 @@ ${basedir}/sql ...@@ -281,10 +273,6 @@ ${basedir}/sql
1. https请求 默认关闭 1. https请求 默认关闭
2. 开启方法:用Java自生成`.p12` 文件 添加在resource中,并在`application-dev.yml`中添加`server.ssl` 相关配置 2. 开启方法:用Java自生成`.p12` 文件 添加在resource中,并在`application-dev.yml`中添加`server.ssl` 相关配置
1. `application-dev.yml` 配置多数据源相关参数 参考 `power` `pmiss`
2. 配置多数据源配置类 参考 `CyDruidProPmiss` `CyDruidProPower`
3. 关闭`CyDruidConfig` 注掉`Configuration` 等, 开启 `@CyDoc(CyDocEnum.USELESS)`
4. 开启`CyMultipleDruidConfig``CyTransactionConfig` (关闭 `@CyDoc(CyDocEnum.USELESS)`, 开启`@Configuration` 等) , 并调整相关属性
### decryptParam ### decryptParam
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment