spring-boot-plus icon indicating copy to clipboard operation
spring-boot-plus copied to clipboard

IpAddressMapper.xml中使用了MySQL数据库方言INET_ATON,更换其他数据源导致报错

Open regding opened this issue 5 years ago • 0 comments

问题描述 框架的{project}/framework/src/main/resources/mapper/ip/IpAddressMapper.xml文件中使用了MySQL的INET_ATON函数,当应用使用了其他数据库,如postgresql,导致使用到该功能获取IP的代码抛错

regding avatar Oct 22 '20 02:10 regding