12 2018 档案
摘要:所有的数据库对象名称必须使用小写字母并用下划线分割(MySQL大小写敏感,名称要见名知意,最好不超过32字符) 所有的数据库对象名称禁止使用MySQL保留关键字(如 desc、range、match、delayed 等,请参考 MySQL官方保留字 ) 临时库表必须以tmp为前缀并以日期为后缀(tm
阅读全文
摘要:一、通过web SPRING INITIALIZR 快速构建一个springboot项目:https://start.spring.io/ 二、springboot 项目github地址:https://github.com/spring-projects/spring-boot 三、安装sprin
阅读全文
摘要:一、macos 安装scala: 使用homebrew安装:brew install scala: ==> Downloading https://downloads.lightbend.com/scala/2.12.7/scala-2.12.7.tgz ######################
阅读全文