Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2022-02-17 14:54:16.836 ERROR 10692 --- [ main] o.s.boot.SpringApplication : Application run failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSourceScriptDatabaseInitializer' defined in class path resource [org/springframework/boot/autoconfigure/sql/init/DataSourceInitializationConfiguration.class]: Invocation of init method failed; nested exception is org.springframework.jdbc.datasource.init.ScriptStatementFailedException: Failed to execute SQL script statement #3 of URL [file:/D:/Documents/GitHub/forum/target/classes/data.sql]: INSERT INTO PERFIL(id, nome) VALUES(1, 'ROLE_ALUNO'); nested exception is org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException: Unique index or primary key violation: "PRIMARY KEY ON PUBLIC.PERFIL(ID) [1, 'ROLE_ALUNO']"; SQL statement: INSERT INTO PERFIL(id, nome) VALUES(1, 'ROLE_ALUNO') [23505-200]
e continua esse erro em todas as colunas..