|
1 | | -<?xml version="1.0"?> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <ruleset id="azure-database-config" |
3 | 3 | xmlns="http://windup.jboss.org/schema/jboss-ruleset" |
4 | 4 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
8 | 8 | For any database, identify the connection string. |
9 | 9 | </description> |
10 | 10 | <dependencies> |
11 | | - <addon id="org.jboss.windup.rules,windup-rules-xml,3.0.0.Final" /> |
| 11 | + <addon id="org.jboss.windup.rules,windup-rules-xml,3.0.0.Final"/> |
12 | 12 | </dependencies> |
13 | 13 | <sourceTechnology id="springboot"/> |
14 | 14 | <targetTechnology id="azure-spring-apps"/> |
|
39 | 39 | The application uses a JDBC connection string, username or password in the configuration file. |
40 | 40 | Checkout the different types of databases that are fully managed on Azure. |
41 | 41 | </message> |
42 | | - <link href="https://12factor.net/backing-services" title="Twelve-Factor App: Backing services"/> |
43 | | - <link href="https://12factor.net/config" title="Twelve-Factor App: Config"/> |
| 42 | + <link title="Twelve-Factor App: Backing services" href="https://12factor.net/backing-services"/> |
| 43 | + <link title="Twelve-Factor App: Config" href="https://12factor.net/config"/> |
44 | 44 | <link title="Passwordless connections for Azure services" href="https://learn.microsoft.com/azure/developer/intro/passwordless-overview"/> |
45 | 45 | <link title="JDBC connection string found in configuration file" href="https://learn.microsoft.com/azure/developer/java/migration/migrate-spring-boot-to-azure-spring-apps#databases"/> |
46 | 46 | <link title="Use Spring Data JDBC with Azure Database for MySQL" href="https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-data-jdbc-with-azure-mysql"/> |
|
67 | 67 | <message> |
68 | 68 | The application uses a MongoDB connection string. |
69 | 69 | Checkout the different types of databases that are fully managed on Azure. |
70 | | - </message> |
71 | | - <link href="https://12factor.net/backing-services" title="Twelve-Factor App: Backing services"/> |
72 | | - <link href="https://12factor.net/config" title="Twelve-Factor App: Config"/> |
| 70 | + </message> |
| 71 | + <link title="Twelve-Factor App: Backing services" href="https://12factor.net/backing-services"/> |
| 72 | + <link title="Twelve-Factor App: Config" href="https://12factor.net/config"/> |
73 | 73 | <link title="Passwordless connections for Azure services" href="https://learn.microsoft.com/azure/developer/intro/passwordless-overview"/> |
74 | 74 | <link title="MongoDB connection string found in configuration file" href="https://learn.microsoft.com/azure/developer/java/migration/migrate-spring-boot-to-azure-spring-apps#databases"/> |
75 | 75 | <link title="How to use Spring Data MongoDB API with Azure Cosmos DB" href="https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-data-mongodb-with-cosmos-db"/> |
|
96 | 96 | The application uses a R2DBC connection string, username or password in the configuration file. |
97 | 97 | Checkout the different types of databases that are fully managed on Azure. |
98 | 98 | </message> |
99 | | - <link href="https://12factor.net/backing-services" title="Twelve-Factor App: Backing services"/> |
100 | | - <link href="https://12factor.net/config" title="Twelve-Factor App: Config"/> |
| 99 | + <link title="Twelve-Factor App: Backing services" href="https://12factor.net/backing-services"/> |
| 100 | + <link title="Twelve-Factor App: Config" href="https://12factor.net/config"/> |
101 | 101 | <link title="Passwordless connections for Azure services" href="https://learn.microsoft.com/azure/developer/intro/passwordless-overview"/> |
102 | 102 | <link title="R2DBC connection string found in configuration file" href="https://learn.microsoft.com/azure/developer/java/migration/migrate-spring-boot-to-azure-spring-apps#databases"/> |
103 | 103 | <link title="Use Spring Data R2DBC with Azure Database for MySQL" href="https://learn.microsoft.com/azure/developer/java/spring-framework/configure-spring-data-r2dbc-with-azure-mysql"/> |
104 | | - <link title="Use Spring Data R2DBC with Azure Database for PostgreSQL" href="https://learn.microsoft.com/azure/developer/java/spring-framework/configure-spring-data-r2dbc-with-azure-postgresql" /> |
| 104 | + <link title="Use Spring Data R2DBC with Azure Database for PostgreSQL" href="https://learn.microsoft.com/azure/developer/java/spring-framework/configure-spring-data-r2dbc-with-azure-postgresql"/> |
105 | 105 | <link title="Use Spring Data R2DBC with Azure SQL Database" href="https://learn.microsoft.com/azure/developer/java/spring-framework/configure-spring-data-r2dbc-with-azure-sql-server"/> |
106 | 106 | <tag>r2dbc</tag> |
107 | 107 | </hint> |
|
0 commit comments