摘要: Springboot对资源的描述提供了相应的接口,其主要实现类有ClassPathResource、FileSystemResource、UrlResource、ByteArrayResource、 ServletContextResource和InputStreamResource。 Resour 阅读全文
posted @ 2017-08-28 22:09 Happy2Share 阅读(1646) 评论(0) 推荐(0) 编辑
摘要: Create a new Maven Project and we have two class under the package com.example.demo like below screen shot. This page mainly focus on how to make the 阅读全文
posted @ 2017-08-22 23:52 Happy2Share 阅读(211) 评论(0) 推荐(0) 编辑
摘要: /* 新建MavenProject,使用以下代码,创建类和POM文件。使用命令行切换到Project根目录,运行mvn package(或者,选中pom.xml 文件右键单击 > run as maven build > 在goals中填入 "clean package") , mvn exec:j 阅读全文
posted @ 2017-07-19 22:44 Happy2Share 阅读(582) 评论(0) 推荐(0) 编辑