Skip to content

Commit

Permalink
fix invalid code
Browse files Browse the repository at this point in the history
  • Loading branch information
krihy committed Sep 8, 2023
1 parent aaa4fcb commit de2fa6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spring:
datasource:
type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.oceanbase.jdbc.Driver
url: jdbc:oceanbase://${ODC_DATABASE_HOST}:${ODC_DATABASE_FPORT}/${ODC_DATABASE_NAME}?allowMultiQueries=true
url: jdbc:oceanbase://${ODC_DATABASE_HOST}:${ODC_DATABASE_PORT}/${ODC_DATABASE_NAME}?allowMultiQueries=true
username: ${ODC_DATABASE_USERNAME}
password: ${ODC_DATABASE_PASSWORD}
druid:
Expand Down
2 changes: 1 addition & 1 deletion server/odc-server/src/main/resources/swagger.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
springfox.documentation.swagger.v2.path=/v2/api-docs
springfox.documentation.swagger.v2.path=/v2/api-docs

0 comments on commit de2fa6a

Please sign in to comment.