ltanme

Results 9 comments of ltanme

@robertotru #my yml conf : spring.mail.host: smtp.xx.com spring.mail.port: 587 spring.mail.username: notify-xx spring.mail.password: xxx #spring.mail.properties.mail.smtp.auth: true #spring.mail.properties.mail.smtp.starttls.enable: true #spring.mail.properties.mail.smtp.starttls.required: true #spring.mail.smtp.starttls.enable: true thank you! configuration is wrong now it's work!

@robertotru help me please!! spring-boot version : 1.3.5 ,my project is web project!! it's my code @Async public void sendEmailThymeleaf() throws UnsupportedEncodingException, CannotSendEmailException { final Map modelObject = new HashMap();...

@shakyasudeep I have the same problem with you!

准备打算用codis redis proxy

+1 for this issue

@SeaRat 我看官网文 档,不建议修改为默认的53端口,smartdns 核心不是替代默认的53端口,本地多一层dns转发,性能几乎可以忽略

try to read file /usr/share/unicode/UnicodeData.txt … /usr/share/unicode/UnicodeData.txt not found. try to read file /usr/share/unicode-data/UnicodeData.txt … /usr/share/unicode-data/UnicodeData.txt not found. try to read file UnicodeData.txt … UnicodeData.txt not found. try to download...

报Save operation is not supported by sqlite driver 错误

把debug关了就可以了 或者把 is devlop 开发模式哪 个语句注释掉就可以了