spring發(fā)送郵件附件顯示名中文亂碼的解決
https://blog.csdn.net/m0_37367413/article/details/84586103
https://blog.csdn.net/m0_37367413/article/details/84586103
引入context的時候 要引import org.thymeleaf.context.Context;老師直接第一個就出來了,但是我的提示是排在下面的,直接回車出不來。context有好幾個,別選錯了。
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mail</artifactId>
</dependency>
我下載不了這個依賴
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mail</artifactId>
</dependency>
我下載不了這個依賴
2018-12-14
springboot的特點(diǎn)是
- 組件自動裝配:web mvc,web flux,jdbc等
- 嵌入式web容器:tomcat ,jetty以及undertow (webflux的netty實(shí)現(xiàn))
- 生產(chǎn)準(zhǔn)備特性:指標(biāo),健康檢查,外部化配置 (spring admin)
并不是說的 開發(fā)簡單
- 組件自動裝配:web mvc,web flux,jdbc等
- 嵌入式web容器:tomcat ,jetty以及undertow (webflux的netty實(shí)現(xiàn))
- 生產(chǎn)準(zhǔn)備特性:指標(biāo),健康檢查,外部化配置 (spring admin)
并不是說的 開發(fā)簡單
2018-11-25