This commit is contained in:
redkale
2023-12-29 11:19:17 +08:00
parent be202cef6a
commit fc420221cf
2 changed files with 59 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# 配置说明
# application.xml 配置:
## application.xml 配置:
```xml
<!--
文件说明:
@@ -366,7 +366,7 @@
</application>
```
# source.properties 配置:
## source.properties 配置:
```properties
# CacheSource @Resource(name="usersession")
@@ -420,7 +420,7 @@ redkale.datasource.platf.write.user = root
redkale.datasource.platf.write.password = 12345678
```
# logging.properties 配置:
## logging.properties 配置:
```properties
handlers = java.util.logging.ConsoleHandler,java.util.logging.FileHandler