Aias00 opened a new issue, #1291:
URL: https://github.com/apache/rocketmq-dashboard/issues/1291

   ## Problem\n\nThe default Studio development profile starts with the 
in-memory H2 datasource provided by Spring Boot, but it does not initialize the 
persistence schema. The repository schema is only available as , which is 
neither auto-discovered as  nor selected by .\n\nAs a result, a clean default 
startup returns HTTP 500 from persistence-backed APIs such as  because  has not 
been created.\n\n## Scope\n\n- Keep the default development profile usable from 
a clean checkout.\n- Initialize the H2 schema before persistence-backed APIs 
are served.\n- Add a regression test proving the dev schema provides the 
columns used by  persistence.\n\n## Acceptance criteria\n\n- Starting the 
server with the default  profile allows  to return a successful empty list on a 
clean database.\n- The dev schema remains compatible with current  persistence 
fields.\n- Existing MySQL schema and production configuration remain unchanged.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to