Skip to content

Commit

Permalink
Modify configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengJie1053 committed Nov 25, 2023
1 parent e2f0ab4 commit 9388af1
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ wds.linkis.gateway.conf.publicservice.list=query,jobhistory,application,configur

spring.datasource.driver-class-name=org.h2.Driver
spring.datasource.url=jdbc:h2:mem:test;MODE=MySQL;DB_CLOSE_DELAY=-1;DATABASE_TO_LOWER=true
spring.datasource.schema=classpath:create.sql
spring.sql.init.schema-locations=classpath:create.sql
springfox.documentation.enabled=false
springfox.documentation.auto-startup=false
springfox.documentation.swagger-ui.enabled=false
spring.datasource.username=sa
spring.datasource.password=
#pgtest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ spring.datasource.url=jdbc:h2:mem:test;MODE=MySQL;DB_CLOSE_DELAY=-1;DATABASE_TO_
#spring.datasource.url=jdbc:h2:mem:testPgDb;MODE=PostgreSQL;IGNORECASE=TRUE;DATABASE_TO_LOWER=TRUE;
spring.datasource.username=sa
spring.datasource.password=
spring.datasource.schema=classpath:create.sql
spring.sql.init.schema-locations=classpath:create.sql
springfox.documentation.enabled=false
springfox.documentation.auto-startup=false
springfox.documentation.swagger-ui.enabled=false
#spring.datasource.schema=classpath:create_pg.sql

spring.main.web-application-type=servlet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ spring.datasource.url=jdbc:h2:mem:test;MODE=MySQL;DB_CLOSE_DELAY=-1;DATABASE_TO_
#spring.datasource.url=jdbc:h2:mem:testPgDb;MODE=PostgreSQL;IGNORECASE=TRUE;DATABASE_TO_LOWER=TRUE;
spring.datasource.username=sa
spring.datasource.password=
spring.datasource.schema=classpath:create.sql
spring.sql.init.schema-locations=classpath:create.sql
springfox.documentation.enabled=false
springfox.documentation.auto-startup=false
springfox.documentation.swagger-ui.enabled=false
#spring.datasource.schema=classpath:create_pg.sql


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ spring.datasource.driver-class-name=org.h2.Driver
spring.datasource.url=jdbc:h2:mem:test;MODE=MySQL;DB_CLOSE_DELAY=-1;DATABASE_TO_LOWER=true
spring.datasource.username=sa
spring.datasource.password=
spring.datasource.schema=classpath:create.sql
spring.sql.init.schema-locations=classpath:create.sql
springfox.documentation.enabled=false
springfox.documentation.auto-startup=false
springfox.documentation.swagger-ui.enabled=false
#pgtest
#spring.datasource.url=jdbc:h2:mem:testPgDb;MODE=PostgreSQL;IGNORECASE=TRUE;DATABASE_TO_LOWER=TRUE;
#spring.datasource.schema=classpath:create_pg.sql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ wds.linkis.gateway.conf.publicservice.list=query,jobhistory,application,configur

spring.datasource.driver-class-name=org.h2.Driver
spring.datasource.url=jdbc:h2:mem:test;MODE=MySQL;DB_CLOSE_DELAY=-1;DATABASE_TO_LOWER=true
spring.datasource.schema=classpath:create.sql
spring.sql.init.schema-locations=classpath:create.sql
springfox.documentation.enabled=false
springfox.documentation.auto-startup=false
springfox.documentation.swagger-ui.enabled=false
spring.datasource.username=sa
spring.datasource.password=
#pgtest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ wds.linkis.login_encrypt.enable=false
spring.datasource.driver-class-name=org.h2.Driver
spring.datasource.url=jdbc:h2:mem:test;MODE=MySQL;DB_CLOSE_DELAY=-1;DATABASE_TO_LOWER=true
#spring.datasource.url=jdbc:h2:mem:testPgDb;MODE=PostgreSQL;IGNORECASE=TRUE;DATABASE_TO_LOWER=TRUE;
spring.datasource.schema=classpath:create.sql
spring.sql.init.schema-locations=classpath:create.sql
springfox.documentation.enabled=false
springfox.documentation.auto-startup=false
springfox.documentation.swagger-ui.enabled=false
#spring.datasource.schema=classpath:create_pg.sql
spring.datasource.username=sa
spring.datasource.password=
Expand Down

0 comments on commit 9388af1

Please sign in to comment.