<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>User Service Config</title>
  <meta name="spring.datasource.url" content="jdbc:mysql://localhost:3306/userdb">
  <meta name="spring.datasource.username" content="root">
  <meta name="spring.datasource.password" content="root123">
  <meta name="spring.datasource.driver-class-name" content="com.mysql.cj.jdbc.Driver">
  <meta name="logging.level.com.example.user" content="debug">
</head>
<body>
  <div class="welcome">
    <h1>Hello, HTML!</h1>
  </div>
</body>
</html>