Skip to content

Commit

Permalink
add redis distributed lock
Browse files Browse the repository at this point in the history
  • Loading branch information
sqmax committed Apr 25, 2018
1 parent 1dea306 commit 8af2e6a
Show file tree
Hide file tree
Showing 21 changed files with 305 additions and 422 deletions.
Binary file removed .mvn/wrapper/maven-wrapper.jar
Binary file not shown.
1 change: 0 additions & 1 deletion .mvn/wrapper/maven-wrapper.properties

This file was deleted.

225 changes: 0 additions & 225 deletions mvnw

This file was deleted.

143 changes: 0 additions & 143 deletions mvnw.cmd

This file was deleted.

2 changes: 2 additions & 0 deletions src/main/java/com/imooc/SellApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cache.annotation.EnableCaching;

@SpringBootApplication
@EnableCaching
public class SellApplication {

public static void main(String[] args) {
Expand Down
Loading

0 comments on commit 8af2e6a

Please sign in to comment.