JAP 설정및 로그인 테이블 연결

This commit is contained in:
이진기
2024-11-15 11:52:59 +09:00
parent 940a0320b3
commit 001bba7cb1
24 changed files with 792 additions and 230 deletions

View File

@@ -1,28 +1,10 @@
spring.application.name=javavue
spring.datasource.url=jdbc:mariadb://leejk0523.com:3306/profile
spring.datasource.username=leejk0523
spring.datasource.url=jdbc:mariadb://localhost:3306/pub
spring.datasource.username=daniel
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.hibernate.ddl-auto=update
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