geekidea / spring-boot-plus

:fire: Spring-Boot-Plus is an easy-to-use, high-speed, high-efficient,feature-rich, open source spring boot scaffolding. :rocket:
https://springboot.plus
MIT License
2.46k stars 722 forks source link

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

Closed regding closed 3 months ago

regding commented 3 years ago

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