Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leelance authored Jul 3, 2016
1 parent f87a469 commit 01b250a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spring-boot-hello/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# spring-boot-hello, 依赖spring-boot-parent,集成log4j2
```
```java
@Configuration
@ComponentScan
@EnableAutoConfiguration
Expand All @@ -11,7 +11,7 @@ public class Application {

```
###application.properties
```
```properties
# IDENTITY (ContextIdApplicationContextInitializer)
spring.application.index=Hello.v1.1
spring.application.name=Hello Boot
Expand Down

0 comments on commit 01b250a

Please sign in to comment.