上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 43 下一页
摘要: ```XML war org.springframework.boot spring-boot-starter-tomcat provided ``` ```JAVA @SpringBootApplication(scanBasePackages = {"com.fly"}) public class SpringDemoApp extends SpringBootServletInitializ 阅读全文
posted @ 2019-10-04 14:04 fly_bk 阅读(150) 评论(0) 推荐(0) 编辑
摘要: ```xml alimaven aliyun maven http://maven.aliyun.com/mvn/view central jboss-public-repository-group central JBoss Public Repository Group http://repository.jboss.org/nexus/content/groups/public ibibli 阅读全文
posted @ 2019-10-04 11:27 fly_bk 阅读(359) 评论(0) 推荐(0) 编辑
摘要: neo4j 官网下载: 教程: bin下运行 在浏览器地址栏里输入http://localhost:7474 默认会跳转到 http://localhost:7474/browser 刚开始时,会弹出登录页面,默认的初始密码是neo4j,登录进去后会让你设置新的密码,设完后进入neo4j管理界面 阅读全文
posted @ 2019-10-03 13:16 fly_bk 阅读(259) 评论(0) 推荐(0) 编辑
摘要: templates/index.ftl 文件上传 页面使用thymeleaf templates/upload.html: templates/upload2.html: 文件大小限制: 阅读全文
posted @ 2019-10-03 08:49 fly_bk 阅读(338) 评论(0) 推荐(0) 编辑
摘要: 整合email 测试 templates/index.ftl 阅读全文
posted @ 2019-09-29 16:31 fly_bk 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 事务管理 spring boot starter jdbc会自动默认注入DataSourceTransactionManager spring boot starter data jpa会自动默认注入JpaTransactionManager 整合jpa 整合mybatis mybatis/myba 阅读全文
posted @ 2019-09-29 08:37 fly_bk 阅读(899) 评论(0) 推荐(0) 编辑
摘要: @Scheduled注解执行定时任务 整合jdbcTemplate 区分多数据源 src/main/java/com/fly/db1/UserMapper.java 阅读全文
posted @ 2019-09-28 10:09 fly_bk 阅读(502) 评论(4) 推荐(0) 编辑
摘要: 整合jsp pom.xml部分内容 src/main/webapp/WEB INF/index.jsp 整合freemarker src/main/resources/templates index.ftl 整合thymeleaf index.html 阅读全文
posted @ 2019-09-24 10:24 fly_bk 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 自定义拦截器 全局异常处理类 异步调用 阅读全文
posted @ 2019-09-23 17:00 fly_bk 阅读(327) 评论(0) 推荐(0) 编辑
摘要: 配置为开发模式,代码做了修改,不用重新运行 idea需要该配置,mac测试无效 访问静态资源 src/main/resources/static 自定义消息转化器 idea读取properties文件中的汉字乱码解决 在IntelliJ IDEA中依次点击File Settings Editor F 阅读全文
posted @ 2019-09-23 16:02 fly_bk 阅读(229) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 43 下一页