mjon_api/src/main/resources/application-dev.properties
myname 24d392261d 2023-04-14 17:43 인터셉트 추가하여 로그남기기, IP 체크, 키검증(accessKey, mberId)을 공통으로
처리하도록 하였습니다.

추가로 API의 결과 형태를 json, plain 두가지를 지원하도록 샘플 개발 하였음
2023-04-14 17:45:45 +09:00

16 lines
478 B
Properties

# DB INFO
#spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
#spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
#spring.datasource.url=jdbc:mysql://192.168.0.125:3306/mjon?serverTimezone=Asia/Seoul
spring.datasource.driverClassName=net.sf.log4jdbc.sql.jdbcapi.DriverSpy
spring.datasource.url=jdbc:log4jdbc:mysql://192.168.0.125:3306/mjon?serverTimezone=Asia/Seoul
spring.datasource.username=mjonUr
spring.datasource.password=mjon!@#$
server.port=8088