青苔IT IP属地:山东

文章 关注 粉丝 访问 贡献
 
共 259 篇文章
显示摘要每页显示  条
import org.springframework.security.config.annotation.web.builders.import org.springframework.security.config.annotation.web.configuration.import org.springframework.security.web.authentication.#开启安全认证 用户名和密码spring.security.user.name=fhadminspring.security.user.password=rootspring.security.basic.enabled=tr...
spring boot html+vue.js 形式前后分离代码示例。" id="cts"><div class="checkbox d-inline"> <input type="checkbox" name="fhcheckbox" id="zcheckbox"> <label style="max-height: 12px;
WebServerException: Unable to start embedded Tomcat at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:124) at org.springframework.boot.web.embedded.tomcat.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:180) a...
/** * @from fhadmin.cn * @version 1.0 * @since 2022/5/5 7:59 */@Configurationpublic class CorsConfig { @Bean public CorsFilter corsFilter() { CorsConfiguration corsConfiguration = new CorsConfiguration();
#数据源1datasource.no1.driver-class-name: dm.jdbc.driver.DmDriverdatasource.no1.url=jdbc:dm://192.168.0.11:5238/SYSDBA?serverTimezone=UTC&useSSL=false&useUnicode=true&characterEncoding=utf-8datasource.no1.username=SYSDBAdatasource.no1.password=root123456789.import org.springframework.beans.factory.annotati...
java 生成 zip格式 压缩文件。
// fhadmin.cn@Datapublic class LoginProperties { private LoginCode loginCode;
import org.springframework.boot.actuate.autoconfigure.endpoint.web.import org.springframework.boot.actuate.autoconfigure.web.server.import org.springframework.boot.actuate.endpoint.import org.springframework.boot.actuate.endpoint.web.import org.springframework.boot.actuate.endpoint.web.annotation.import org.springfram...
Spring Boot 2.6.8.新增了一个自动配置注解 @AutoConfiguration,用来代替之前的 @Configuration,用于标识新自动配置注册文件中的顶级自动配置类,由 @AutoConfiguration 注解嵌套、导入进来的其他配置类可以继续使用 @Configuration 注解。Spring for GraphQL(1.0) 如今正式发布了,Spring Boot 2.7.0 也集成了对 GraphQL 的自动配置、指标...
帮助 | 留言交流 | 联系我们 | 服务条款 | 下载网文摘手 | 下载手机客户端
北京六智信息技术股份有限公司 Copyright© 2005-2024 360doc.com , All Rights Reserved
京ICP证090625号 京ICP备05038915号 京网文[2016]6433-853号 京公网安备11010502030377号
返回
顶部