【Springboot】
记录个人学习和使用springboot中的方式和学习的过程
口袋里的小龙
宝剑锋冲磨砺出,梅花香自苦寒来。
展开
-
Kafka for spring boot 集成(四)
springboot 集成 kafka原创 2021-11-26 22:13:04 · 1387 阅读 · 0 评论 -
ActiveMQ for SpringBoot 集成(七)
activemq 集成 springboot原创 2021-11-17 20:52:32 · 435 阅读 · 0 评论 -
SpringBoot(六)spring-boot-jdbc
关于spring-boot 使用jdbc操作数据库的操作示例<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLoc...原创 2020-03-13 21:05:49 · 335 阅读 · 0 评论 -
java.lang.IllegalStateException:Duplicate application configs: dubbo:application
2020-02-29 18:03:27.681 WARN 6336 --- [ restartedMain] ationConfigEmbeddedWebApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframewo...原创 2020-02-29 18:15:32 · 2066 阅读 · 0 评论 -
SpringBoot(二)spring-boot-web-jsp
springboot中使用jsp作为展示层的示例,其实这个东西 只要你自己愿意看文档 很好学的 ,大家都是边学边研究,不会了看下官方的文档官方文档地址:http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#using-boot-running-your-application 官方还提供了直接生...原创 2018-06-11 17:38:42 · 776 阅读 · 0 评论 -
SpringBoot(三)spring-boot-web-rest
springboot 访问的方式支持类似于restful风格的访问本文采用的jdk版本为1.7 spring boot 版本为1.4.7.RELEASE首先看下 maven的配置文件<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...原创 2018-06-11 17:39:25 · 789 阅读 · 0 评论 -
SpringBoot(四)spring-boot-web-log4j
spring boot 中打印日志的配置方式 首先看maven的配置文件<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 h...原创 2018-06-20 13:06:04 · 1230 阅读 · 0 评论 -
SpringBoot(五)spring-boot-web-Thymeleaf
spring-boot 与 thymeleaf 的整合使用原创 2018-06-20 13:09:30 · 420 阅读 · 0 评论 -
Whitelabel Error Page
springboot 启动后通过网页访问出现如下错误:http://localhost:9999/user/Whitelabel Error PageThis application has no explicit mapping for /error, so you are seeing this as a fallback.Fri Jan 04 11:16:27 CST 2019...原创 2019-01-04 11:26:46 · 1850 阅读 · 0 评论