-
Notifications
You must be signed in to change notification settings - Fork 0
DB 설정 #4
Copy link
Copy link
Open
Labels
templateThis issue or pull request already existsThis issue or pull request already exists
Metadata
Metadata
Assignees
Labels
templateThis issue or pull request already existsThis issue or pull request already exists
server.port=8088
spring.datasource.driver-class-name=oracle.jdbc.OracleDriver
spring.datasource.url=jdbc:oracle:thin:@localhost:1521:xe
spring.datasource.username=scott
spring.datasource.password=tiger
spring.thymeleaf.cache=false
mybatis.mapper-locations=classpath*:mybatis/mapper/**/*.xml