diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 8c4b895e108a87bb4c276977e08781ce43f5b675..dd5fcda00e209e6416c39cc3fd0dc1e834b1c1de 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,13 +1,28 @@ # mySql +#spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver +#spring.datasource.url=jdbc:mysql://localhost:3000/study?useSSL=false&allowPublicKeyRetrieval=true&characterEncoding=UTF-8&serverTimezone=UTC +#spring.datasource.username=root +#spring.datasource.password=1234 +#spring.jpa.properties.hibernate.jdbc.batch_size=100 + spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver -spring.datasource.url=jdbc:mysql://localhost:3000/study?useSSL=false&allowPublicKeyRetrieval=true&characterEncoding=UTF-8&serverTimezone=UTC +spring.datasource.url=jdbc:mysql://localhost:3306/umc spring.datasource.username=root -spring.datasource.password=1234 -spring.jpa.properties.hibernate.jdbc.batch_size=100 +spring.datasource.password=6235 + +spring.jpa.properties.hibernate.show-sql=true + + +logging.level.org.hibernate.type.descriptor.sql=DEBUG +logging.level.org.hibernate.SQL=DEBUG +spring.mvc.pathmatch.matching-strategy=ANT_PATH_MATCHER # jpa spring.jpa.database=mysql spring.jpa.show-sql=true spring.jpa.hibernate.ddl-auto=update spring.jpa.properties.hibernate.format_sql=true -spring.jpa.open-in-view=false \ No newline at end of file +spring.jpa.open-in-view=false + +jwt.secret = rutyweorituwyerotiuweyrtoiuweyrtoweiurtywoeighdfsojkghsdfgsdofiguwyertouw +jwt.expirationtime = 3600