You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
365 B
YAML
16 lines
365 B
YAML
# DataSource Config
|
|
spring:
|
|
datasource:
|
|
driver-class-name: oracle.jdbc.OracleDriver
|
|
url: jdbc:oracle:thin:@10.100.71.119:1521:ORCL
|
|
username: system
|
|
password: aucma
|
|
# url: jdbc:oracle:thin:@124.70.0.226:1521/scada
|
|
# username: aucma
|
|
# password: 123456
|
|
mybatis-plus:
|
|
mapper-locations: classpath*:/mapper/**Mapper.xml
|
|
|
|
server:
|
|
port: 6069
|