Skip to content

Commit

Permalink
Merge pull request #40 from whelk-io/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
zteater committed Aug 23, 2020
2 parents 9c708a5 + b7eb392 commit 2dea392
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Any method on a Spring managed bean can be wrapped with logging by annotating wi
@Component
public class SomeBean {

@Log.Info.Around
@Log.Around
public String someMethod(String param) {
return "someReturn";
}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>io.whelk.spring.data.logging</groupId>
<artifactId>spring-boot-starter-data-logging</artifactId>
<version>0.0.8-RELEASE</version>
<version>0.0.9-RELEASE</version>
<name>Spring Boot Starter Data Logging</name>
<description>Spring-Boot starter for reducing logging boilerplate with Spring-AOP annotations. Takes advantage of tracing and logging capabilities in Spring-Data, Spring-Cloud-Sleuth, and Lombok.</description>
<url>https://github.com/whelk-io/spring-boot-starter-data-logging</url>
Expand Down

0 comments on commit 2dea392

Please sign in to comment.