
springboot
springboot
spencer_tseng
这个作者很懒,什么都没留下…
展开
-
springboot dev process
springboot dev process 开发流程原创 2025-04-28 12:23:15 · 236 阅读 · 0 评论 -
org.springframework.boot.autoconfigure.jackson.Jackson2ObjectMapperBuilderCustomizer
org.springframework.boot.autoconfigure.jackson.Jackson2ObjectMapperBuilderCustomizer 序列化和反序列化原创 2025-04-21 14:55:16 · 443 阅读 · 0 评论 -
Could not autowire. No beans of ‘MinioProperties‘ type found.
Could not autowire. No beans of 'MinioProperties' type found.应该是没扫描到类,需要在类前加@Component、@Controller、@Repository()等注解,使其成为SpringBoot扫描到;或者Application启动类前加注解:@ComponentScan(basePackages= {"com.example.*"})原创 2025-04-08 15:10:52 · 113 阅读 · 0 评论 -
Project build error: Non-resolvable parent POM for zwf
Project build error: Non-resolvable parent POM for zwf:PrjSpringBootHtml:0.0.1-SNAPSHOT: Failure to find org.springframework.boot:spring-boot-starter-parent:pom:3.1.10.RELEASE in http://maven.aliyun.com/nexus/content/groups/public/ was cached in the local原创 2024-03-28 00:58:10 · 454 阅读 · 0 评论 -
spring-boot-devtools debug SilentExitException
spring-boot-devtools debug SilentExitException:springboot热部署debug模式进入SilentExitException原创 2024-03-21 00:28:27 · 312 阅读 · 0 评论 -
springboot h2
springboot h2原创 2024-02-12 21:10:26 · 392 阅读 · 0 评论 -
org.springframework.web.servlet.HandlerInterceptor
org.springframework.web.servlet.HandlerInterceptor原创 2024-01-11 19:03:58 · 478 阅读 · 0 评论 -
When using @ConfigurationProperties it is recommended to add ‘spring-boot-configuration-processor‘ t
When using @ConfigurationProperties it is recommended to add 'spring-boot-configuration-processor' to your classpath to generate configuration metadata原创 2024-01-10 01:07:48 · 600 阅读 · 0 评论 -
org.flywaydb.core.api.FlywayException: Found non-empty schema(s) `db` but no schema history table.
org.flywaydb.core.api.FlywayException: Found non-empty schema(s) `db` but no schema history table. Use baseline() or set baselineOnMigrate to true to initialize the schema history table.原创 2023-12-10 18:02:43 · 877 阅读 · 0 评论 -
Binding to target org.springframework.boot.autoconfigure.jdbc.DataSourceProperties@73aeef7d failed:
com.alibaba.druid.pool.DruidDataSource原创 2023-12-03 12:07:32 · 549 阅读 · 0 评论 -
java.sql.SQLException: url not set
java.sql.SQLException: url not set原创 2023-12-01 12:13:36 · 1942 阅读 · 0 评论 -
org.springframework.boot.context.properties.ConfigurationProperties
org.springframework.boot.context.properties.ConfigurationProperties原创 2023-11-29 20:54:43 · 607 阅读 · 0 评论 -
java.lang.IllegalArgumentException: ContextPath must start with ‘/‘ and not end with ‘/‘
java.lang.IllegalArgumentException: ContextPath must start with '/' and not end with '/'原创 2023-11-03 02:52:30 · 163 阅读 · 0 评论 -
‘url‘ attribute is not specified and no embedded datasource could be configured.
Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.原创 2023-11-03 02:39:12 · 172 阅读 · 0 评论 -
springboot JDK version
springboot JDK version原创 2022-11-16 21:26:27 · 151 阅读 · 0 评论 -
springboot ruoyi
springboot ruoyi原创 2022-10-14 19:08:12 · 502 阅读 · 0 评论 -
springboot banner.txt
springboot banner.txt原创 2022-10-08 23:15:23 · 292 阅读 · 0 评论 -
SpringBoot 2.7.4 SpringApplicationConfiguration cannot be resolved to a type
SpringApplicationConfiguration cannot be resolved to a type原创 2022-09-27 14:34:42 · 691 阅读 · 0 评论 -
springboot2.1.1+dubbo2.6.2+jdk9+zk3.4.12
springboot2.1.1+dubbo2.6.2+jdk9+zk3.4.12原创 2022-08-03 18:14:43 · 687 阅读 · 0 评论 -
springboot
springboot原创 2022-05-19 15:46:28 · 172 阅读 · 0 评论 -
springboot jetty bin & mybatis xml error
===============================原创 2020-04-20 23:35:26 · 118 阅读 · 0 评论 -
spring boot hello Double 7 Day
package test;import org.springframework.boot.SpringApplication;import org.springframework.boot.autoconfigure.EnableAutoConfiguration;import org.springframework.web.bind.annotation.RequestMapping;原创 2017-08-28 19:15:42 · 417 阅读 · 0 评论