반응형 SpringBoot61 [Spring Boot] application.properties(oracle연동, devtools, thymeleaf) # 포트 지정server.port=9090#### Databasespring.datasource.driver-class-name=oracle.jdbc.OracleDriverspring.datasource.url=jdbc:oracle:thin:@localhost:1521/XEspring.datasource.username=systemspring.datasource.password=0000#### thymeleafspring.thymeleaf.prefix=classpath:templates/spring.thymeleaf.check-template-location=truespring.thymeleaf.suffix=.htmlspring.thymeleaf.mode=HTML5spring.thymeleaf.cache.. 2023. 3. 10. 이전 1 ··· 8 9 10 11 다음 반응형