摘要: java.lang.IllegalArgumentException: java.io.IOException: Alias name [tomcat] does not identify a key entry 阅读全文
posted @ 2019-11-01 16:50 A汉克先生 阅读(1454) 评论(0) 推荐(0)
摘要: 1.把java目录下的keytool拷贝到证书目录下;2.进入证书目录,然后输入命令keytool -list -v -keystore file.jks -storepass password,发现证书的别名是“1”;其中file.jks是证书名字,password要用密钥来代替。配置tomcat 阅读全文
posted @ 2019-11-01 16:48 A汉克先生 阅读(3137) 评论(0) 推荐(0)
摘要: DataSourceBuilder cannot be resolved DataSourceBuilder cannot be resolved to a type RelaxedPropertyResolver cannot be resolved to a type The import or 阅读全文
posted @ 2019-11-01 09:19 A汉克先生 阅读(153) 评论(0) 推荐(0)