02 2022 档案

摘要:我是idea2018的 与maven3.6.0不兼容 换成 maven3.5.0就好了 阅读全文
posted @ 2022-02-21 10:08 yvioo 阅读(25) 评论(0) 推荐(0) 编辑
摘要:yml list: I2,T,G 代码 @Value("#{'${list}'.split(',')}") public List<String> list; 阅读全文
posted @ 2022-02-18 11:20 yvioo 阅读(1114) 评论(0) 推荐(0) 编辑
摘要:整合参考: https://www.cnblogs.com/pxblog/p/14445162.html 显示 configuration: log-impl: org.apache.ibatis.logging.stdout.StdOutImpl 不显示 configuration: log-im 阅读全文
posted @ 2022-02-16 15:36 yvioo 阅读(1311) 评论(0) 推荐(0) 编辑
摘要:docker-compose.yml version: '3' services: gitlab: container_name: gitlab image: twang2218/gitlab-ce-zh ports: - 443:443 - 80:80 user: root restart: un 阅读全文
posted @ 2022-02-14 16:17 yvioo 阅读(113) 评论(0) 推荐(0) 编辑