17 lines
308 B
YAML
Executable File
17 lines
308 B
YAML
Executable File
spring:
|
|
datasource:
|
|
url: jdbc:mysql://localhost:3306
|
|
username: organize_oa
|
|
password: 123456
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
redis:
|
|
database: 0
|
|
host: localhost
|
|
port: 6379
|
|
profiles:
|
|
active: dev
|
|
mybatis:
|
|
configuration:
|
|
map-underscore-to-camel-case: true
|
|
|