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.

13 lines
276 B
YAML

# DataSource Config
spring:
datasource:
driver-class-name: oracle.jdbc.driver.OracleDriver
url: jdbc:oracle:thin:@10.100.71.101:1521/orcl
username: aucma
password: aucma
mybatis-plus:
mapper-locations: classpath*:/mapper/**Mapper.xml
server:
port: 6066