13 lines
652 B
Properties
13 lines
652 B
Properties
|
|
############ DataSource @Resource(name="platf") ############
|
|
#redkale.datasource[platf].url = jdbc:mysql://127.0.0.1:3306/platf?allowPublicKeyRetrieval=true&rewriteBatchedStatements=true&serverTimezone=UTC&characterEncoding=utf8
|
|
#redkale.datasource[platf].user = root
|
|
#redkale.datasource[platf].password = 12345678
|
|
### true: auto ddl;
|
|
#redkale.datasource[platf].table-autoddl = true
|
|
|
|
|
|
############ CacheSource @Resource(name="usersession") ############
|
|
#redkale.cachesource[usersession].node[0].url = redis://127.0.0.1:6363
|
|
#redkale.cachesource[usersession].node[0].password = 12345678
|
|
#redkale.cachesource[usersession].node[0].db = 0 |