mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-28 18:05:49 +00:00
Update PetClinicApplication.java
This commit is contained in:
parent
b06d692a9c
commit
8e10da8ced
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|||
* @author Dave Syer
|
||||
*
|
||||
*/
|
||||
@SpringBootApplication
|
||||
@SpringBootApplication(proxyBeanMethods = false)
|
||||
public class PetClinicApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
|
Loading…
Reference in a new issue