mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 10:25:48 +00:00
Revert "Suppression de l'annotation @SpringBootApplication(proxyBeanMethods = false)"
This reverts commit 9888fe81db
This commit is contained in:
parent
9888fe81db
commit
5bd076b997
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||||
* @author Dave Syer
|
* @author Dave Syer
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@SpringBootApplication(proxyBeanMethods = false)
|
||||||
public class PetClinicApplication {
|
public class PetClinicApplication {
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
|
|
Loading…
Reference in a new issue