摘要:
编写配置文件(application.yml) spring: datasource: username: root password: 123456 url: jdbc:mysql://localhost:3306/mybatis?useUnicode&characterEncoding=utf- 阅读全文
摘要:
拦截器 阅读全文
摘要:
编码国际化实现中英文切换 i18n是国际化英文缩写 在config包下建立自己的LocaleResolver类 package com.Maple.config; import org.springframework.web.servlet.LocaleResolver; import org.th 阅读全文