2019年7月31日

springboot mysql utf8mb4支持

摘要: spring: datasource: hikari: connection-init-sql: SET NAMES utf8mb4 COLLATE utf8mb4_unicode_ci 阅读全文

posted @ 2019-07-31 14:42 阳光土豆 阅读(731) 评论(0) 推荐(0)

docker php5

摘要: FROM ubuntu RUN rm -f /etc/localtime RUN ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime RUN apt-get full-upgrade -y RUN apt-get update -y RUN apt-get install -y iproute2 RUN apt-get install -... 阅读全文

posted @ 2019-07-31 14:07 阳光土豆 阅读(139) 评论(0) 推荐(0)

Spring Jpa 表字段增加对保留字的支持

摘要: 例如:entity为 Dao类为 测试为: 在application.yaml中增加以下配置 执行结果为: 与预想一致 阅读全文

posted @ 2019-07-31 09:32 阳光土豆 阅读(487) 评论(0) 推荐(0)

导航