useSSL=false|false
로 항상 원하는 상태를 명시할것.jdbc:mariadb:aurora
JDBC URL을 사용하면 Cluster Failover가 지원되고 setReadOnly
설정에 따른 Master/Slave 분기가 지원된다.jdbc:mariadb:aurora
를 지원하지 않는다. jdbc:mariadb:replcation
을 사용해야 할 것으로 보임.2.2.5
이상에서도 문제 발생함.2.1
이상을 사용해야 한다.maxAge
같은 프라퍼티)# 에러 메시지 15:22:47.225 org.hibernate.engine.jdbc.spi.SqlExceptionHelper (conn:3568) The MySQL server is running with the --read-only option so it cannot execute this statement 15:22:47.225 org.mariadb.jdbc.MariaDbStatement error executing query java.sql.SQLException: (conn:3568) The MySQL server is running with the --read-only option so it cannot execute this statement
datetime(6)
로 지정하는 것이며, 그럴 수 없을 때는useFractionalSeconds=false
옵션을 지정해야 한다.sendFractionalSeconds=false
옵션을 지정해야 한다.