diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties index bab49cd6..b36ebf4d 100644 --- a/src/test/resources/application.properties +++ b/src/test/resources/application.properties @@ -1,18 +1,21 @@ spring.profiles.active=test - -spring.datasource.driver-class-name = org.h2.Driver -spring.datasource.url = jdbc:h2:mem:test;MODE=MySQL;DATABASE_TO_LOWER=TRUE - -spring.jpa.hibernated.ddl-auto = validate -spring.jpa.database-platform = org.hibernate.dialect.MySQLDialect - -spring.datasource.hikari.maximum-pool-size = 4 -spring.datasource.hikari.pool-name = H2_TEST_POOL - +spring.datasource.driver-class-name=org.h2.Driver +spring.datasource.url=jdbc:h2:mem:test;MODE=MySQL;DATABASE_TO_LOWER=TRUE +spring.jpa.hibernated.ddl-auto=validate +spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect +spring.datasource.hikari.maximum-pool-size=4 +spring.datasource.hikari.pool-name=H2_TEST_POOL ### FOR DEBUGGING ### -logging.level.org.hibernate.SQL = debug -logging.level.org.hibernate.type.descriptor.sql = trace - -spring.jpa.properties.hibernate.format_sql = true -spring.jpa.properties.hibernate.highlight_sql = true -spring.jpa.properties.hibernate.use_sql_comments = true +logging.level.org.hibernate.SQL=debug +logging.level.org.hibernate.type.descriptor.sql=trace +spring.jpa.properties.hibernate.format_sql=true +spring.jpa.properties.hibernate.highlight_sql=true +spring.jpa.properties.hibernate.use_sql_comments=true +jwt.bearer=Bearer +jwt.secret=lwEyVBsYt9V7zq57TejMnVUyzblYcfPQye08f7MGVA9kkkkk +jwt.access.expiration=300 +jwt.access.header=Authorization +jwt.refresh.expiration=2000 +jwt.refresh.header=Authorization-refresh +spring.data.redis.host=localhost +spring.data.redis.port=6379