Hi, thank you for sharing this project. I have a few questions while trying to run it:
-
I followed the steps in README.md, but the application could not run successfully at first.
It seems that some settings in src/main/resources/application.properties are overridden by application.yml.
After I modified the datasource url, username, and password in application.yml to match those in application.properties, the application started successfully.
Is this the expected behavior?
-
In the "Create new post" API example, the request body only includes title and body.
However, when I send the request following the example, the response indicates that categoryId is required.
Should categoryId be included in the request, or is the example outdated?
Thanks in advance for your help.
Hi, thank you for sharing this project. I have a few questions while trying to run it:
I followed the steps in README.md, but the application could not run successfully at first.
It seems that some settings in
src/main/resources/application.propertiesare overridden byapplication.yml.After I modified the datasource
url,username, andpasswordinapplication.ymlto match those inapplication.properties, the application started successfully.Is this the expected behavior?
In the "Create new post" API example, the request body only includes
titleandbody.However, when I send the request following the example, the response indicates that
categoryIdis required.Should
categoryIdbe included in the request, or is the example outdated?Thanks in advance for your help.