摘要:
阅读全文
posted @ 2018-05-23 13:11
随笔分类 - Java
摘要:1.修改Spring Boot 1.添加:spring-boot-maven-plugin 插件 打包格式按照: 2.进行打包 3.运行 其他问题: 1.第三方包 打包: pom.xml加载本地jar包 2.项目中包含多个main
阅读全文
posted @ 2018-05-23 13:07
摘要:1.Collection 1.基本操作 2.集合中的遍历: 1.for each语法 2.使用迭代器Iterator 3.主要子接口对象 1.Set(无序、不能重复) Eenuset SortedSet HashSet TreeSet Set里面存放的对象是无序,不能重复的,集合中的对象不按特定的方
阅读全文
posted @ 2018-05-04 10:21
摘要:更新时间 2018年4月30日23:27:07 1.pom.xml 2.配置 application.yml 3.配置Application.java 启动 4. Controller层 5.service层 6.dao层 7.mapper xml <!DOCTYPE mapper PUBLIC "
阅读全文
posted @ 2018-04-30 22:22
摘要:1.Hello worldclass first{ public static void main(String[] args){ System.out.println("Hello world"); }}2.数组 -> for循环 1 class first 2 { 3 ...
阅读全文
posted @ 2015-01-14 15:10
|
||