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 阅读全文
posted @ 2023-01-31 11:05 职业吃井人 阅读(37) 评论(0) 推荐(0) 编辑
摘要:<!--jacob依赖--> <dependency> <groupId>com.jacob</groupId> <artifactId>jacob</artifactId> <version>1.19</version> <scope>system</scope> <!--本地的jacob.jar 阅读全文
posted @ 2023-01-17 16:54 职业吃井人 阅读(66) 评论(0) 推荐(0) 编辑
摘要:import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.Bean; import org.springframework.context.anno 阅读全文
posted @ 2023-01-17 14:51 职业吃井人 阅读(82) 评论(0) 推荐(0) 编辑
摘要:在 catalina.sh 文件,第一句加上:export JAVA_OPTS="-server -Xmx16g -Xms16g", #!/bin/sh # Licensed to the Apache Software Foundation (ASF) under one or more # co 阅读全文
posted @ 2023-01-12 15:01 职业吃井人 阅读(85) 评论(0) 推荐(0) 编辑
摘要:POM添加依赖 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.1.4.RELEASE</version> </pa 阅读全文
posted @ 2023-01-10 16:36 职业吃井人 阅读(541) 评论(0) 推荐(0) 编辑
摘要:import org.springframework.context.annotation.AnnotationConfigApplicationContext; import org.springframework.context.annotation.Bean; import org.sprin 阅读全文
posted @ 2023-01-04 16:49 职业吃井人 阅读(28) 评论(0) 推荐(0) 编辑