You can not 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
688 B
13 lines
688 B
#spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver |
|
#spring.datasource.url=jdbc:mysql://localhost:3306/bladex?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&tinyInt1isBit=false&serverTimezone=GMT%2B8&allowPublicKeyRetrieval=true |
|
#spring.datasource.username=root |
|
#spring.datasource.password=root |
|
#author=BladeX |
|
|
|
# CodeGenerator |
|
spring.datasource.driver-class-name=oracle.jdbc.OracleDriver |
|
spring.datasource.url=jdbc:oracle:thin:@172.31.31.31:1521/orcl |
|
#spring.datasource.url=jdbc:oracle:thin:@172.18.80.50:1521/orcl |
|
spring.datasource.username=JONHON_MES |
|
spring.datasource.password=oracle123456 |
|
author=Tom Shuo |