Skip to content
Snippets Groups Projects
Commit 9c59e294 authored by Gwan Ju's avatar Gwan Ju
Browse files

feat: add *.properties to .gitignore

parent fb73e1f5
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,8 @@ build/ ...@@ -5,6 +5,8 @@ build/
!**/src/main/**/build/ !**/src/main/**/build/
!**/src/test/**/build/ !**/src/test/**/build/
**/*.properties
### STS ### ### STS ###
.apt_generated .apt_generated
.classpath .classpath
......
# 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:3306/umc
spring.datasource.username=root
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
jwt.secret = rutyweorituwyerotiuweyrtoiuweyrtoweiurtywoeighdfsojkghsdfgsdofiguwyertouw
jwt.expirationtime = 3600
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment