Documentation

This commit is contained in:
Francesco 2023-10-31 15:52:20 +01:00
parent 9d19241c19
commit 3c769b35dd

View File

@ -130,7 +130,7 @@ dbadmin.modelsPackage=your.models.package,your.second.models.package
<h4 id="known-issues">2.2.1 Known issues</h4>
<ul>
<li><strong>Transactional</strong>: If you're using <code>@Transactional</code> methods, you need to annotate your transaction manager with the <code>@Primary</code> annotation, as you may otherwise get a <code>NoUniqueBeanDefinitionException</code> (read <a href="https://github.com/aileftech/spring-boot-database-admin/issues/16" target="_blank">here</a> for more info).
<li><strong>(SnapAdmin <= 0.1.8) Transactional</strong>: If you're using <code>@Transactional</code> methods, you need to annotate your transaction manager with the <code>@Primary</code> annotation, as you may otherwise get a <code>NoUniqueBeanDefinitionException</code> (read <a href="https://github.com/aileftech/spring-boot-database-admin/issues/16" target="_blank">here</a> for more info).
</ul>
<h3 id="supported-features">2.3 Supported features</h3>