01 2023 档案
摘要:[1\. IOC容器](https://github.com/DocsHome/spring-docs/blob/master/pages/core/IoC-container.md#beans) * [1.1. Spring IOC容器和Bean介绍](https://github.com/Doc
阅读全文
摘要:<!--jacob依赖--> <dependency> <groupId>com.jacob</groupId> <artifactId>jacob</artifactId> <version>1.19</version> <scope>system</scope> <!--本地的jacob.jar
阅读全文
摘要:import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.Bean; import org.springframework.context.anno
阅读全文
摘要:在 catalina.sh 文件,第一句加上:export JAVA_OPTS="-server -Xmx16g -Xms16g", #!/bin/sh # Licensed to the Apache Software Foundation (ASF) under one or more # co
阅读全文
摘要:POM添加依赖 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.1.4.RELEASE</version> </pa
阅读全文
摘要:import org.springframework.context.annotation.AnnotationConfigApplicationContext; import org.springframework.context.annotation.Bean; import org.sprin
阅读全文