Java初心者です。
仕事で必要になり、勉強しています。
家で環境を整えようとしたのですが、こちらのエラーとなりました。
設定には次のように書いています。
localhost:8080にアクセスすると次のように表示されます。
取り急ぎ、コンソールにでるエラーを消したいです。
エラー文をぐぐり、設定ファイルを編集したのですが、エラー文をなくすことができません。
なにか設定ファイルを編集するか
もしくは、これからファイルを作成していったら自然と消えるもので気にしなくてもよいかもしれません。
経験者の知見をお聞かせ願えないでしょうか
Spring tool suite4
java11
mysql8
spring boot 2.0.6.RELEAS
database名 bbs
src/main/resources/application.properties
spring.datasource.driverClassName=com.mysql.jdbc.Driver spring.datasource.url=jdbc:mysql://localhost:3306/bbs?useSSL=false spring.datasource.username=userName spring.datasource.password=****** WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.springframework.cglib.core.ReflectUtils$1 (file:/Users/yoshi/.m2/repository/org/springframework/spring-core/5.0.10.RELEASE/spring-core-5.0.10.RELEASE.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) WARNING: Please consider reporting this to the maintainers of org.springframework.cglib.core.ReflectUtils$1 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release
回答1件
あなたの回答
tips
プレビュー