Skip to content

Provide Spring Helper for wrapping datasource by AOP #19

@adrianshum

Description

@adrianshum

This should make configuration (by Spring profile) much easier as it can be done with only 1 profile with something like (not real code)

<profile name="JDBC_LOG">
    <aspect class="jdbcDsLogAspect" pointcut = "bean('datasource')" />
</profile>

Have some basic study to see if it is possible

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions