반응형 application.properties2 [Spring Boot] log4j 설정 application.properties #### Database # oracle spring.datasource.driverClassName=net.sf.log4jdbc.sql.jdbcapi.DriverSpy spring.datasource.url=jdbc:log4jdbc:oracle:thin:@localhost:1521/XE spring.datasource.username=system spring.datasource.password=0000 # mysql spring.datasource.driver-class-name=net.sf.log4jdbc.sql.jdbcapi.DriverSpy spring.datasource.url=jdbc:mysql://127.0.0.1:3306/demo?autoReconn.. 2023. 3. 10. [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 다음 반응형