mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 02:15:50 +00:00
Suppression de l'annotation @SpringBootApplication(proxyBeanMethods = false)
This commit is contained in:
parent
d35a149537
commit
9888fe81db
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ 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