첫 커밋
This commit is contained in:
28
java/src/main/resources/application.properties
Normal file
28
java/src/main/resources/application.properties
Normal file
@@ -0,0 +1,28 @@
|
||||
spring.application.name=javavue
|
||||
|
||||
spring.datasource.url=jdbc:mariadb://leejk0523.com:3306/profile
|
||||
spring.datasource.username=leejk0523
|
||||
spring.datasource.password=Ghtkssk0325
|
||||
|
||||
|
||||
# none: ???? ???? ??? (???? DB?? ?????)
|
||||
# create-drop: SessionFactory? ??? ? drop? ??? ????, SessionFactory? ??? ? drop? ???? (in-memory DB? ?? ?????)
|
||||
# create: SessionFactory? ??? ? ?????? drop? ???? ??? DDL? ????
|
||||
# update: ??? ???? ????
|
||||
# validate: ??? ???? ??? ???? ???? ??????? ????
|
||||
spring.jpa.hibernate.ddl-auto=none
|
||||
|
||||
# DB? ??? ?? ??? ????
|
||||
spring.jpa.properties.hibernate.show-sql=true
|
||||
|
||||
# ???? ??? ??? ??? ???
|
||||
spring.jpa.properties.hibernate.format_sql=true
|
||||
|
||||
# ?? ?? ???? ?? ????
|
||||
logging.level.org.hibernate.type.descriptor.sql=DEBUG
|
||||
|
||||
# ?? ?? ??
|
||||
logging.level.org.hibernate.SQL=DEBUG
|
||||
|
||||
#UserProfile? ???? ????? ???? ??? ??
|
||||
spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
|
||||
Reference in New Issue
Block a user