Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekYRC committed Jul 5, 2022
1 parent 0164b61 commit dcbcc74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ BeanFactory是spring的基础设施,面向spring本身;而ApplicationContext

测试:
init-and-destroy-method.xml
```java
```xml
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Expand Down Expand Up @@ -959,7 +959,7 @@ car.properties
brand=lamborghini
```

```java
```xml
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Expand Down

0 comments on commit dcbcc74

Please sign in to comment.