
2칸1칸💡 application.yml
#port 수정
server:
port: 9092
#DB Connection
spring:
datasource:
url: jdbc:oracle:thin:@localhost:1521:xe
driver-class-name: oracle.jdbc.OracleDriver
username: spring
password: spring
# JPA (spring 영역이므로 두칸 띄어쓰기)
jpa:
hibernate:
ddl-auto: none
properties:
hibernate:
format_sql: true
show_sql: true
#thymeleaf 설정
thymeleaf:
cache: false