For Native compilation getTaskRepository for SimpleTaskAC has to be narrowed

it has to be set to the specific SimpleTaskRepository
Removed proxy-target-class flag from demos.

Added comments for which hints can be removed
This commit is contained in:
Glenn Renfro
2022-08-15 17:47:00 -04:00
parent 35899e831e
commit 9c3fccc741
7 changed files with 67 additions and 3 deletions

View File

@@ -58,6 +58,10 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
</dependencies>
<build>

View File

@@ -1,3 +1,4 @@
spring.application.name=Event Emitting Task
logging.level.org.springframework.cloud.stream=DEBUG
logging.level.org.springframework.cloud.task=DEBUG

View File

@@ -1,4 +1,4 @@
spring.application.name=Demo Timestamp Task
logging.level.org.springframework.cloud.task=DEBUG
spring.aop.proxy-target-class=false
#spring.aop.proxy-target-class=false