Rename package kickstart to catering

This commit is contained in:
Simon Bruder 2023-11-05 10:54:42 +01:00
parent 16a230c152
commit d2925c1263
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC
5 changed files with 7 additions and 7 deletions

View file

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package kickstart;
package catering;
import org.salespointframework.EnableSalespoint;
import org.springframework.boot.SpringApplication;

View file

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package kickstart.welcome;
package catering.welcome;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;

View file

@ -1,7 +1,7 @@
# Uncomment these two lines of configuration to
# enable persistent storage in db/kickstart.
# enable persistent storage in db/catering.
################################################
# spring.datasource.url=jdbc:h2:./db/kickstart
# spring.datasource.url=jdbc:h2:./db/catering
# spring.jpa.hibernate.ddl-auto=update
# Uncomment the folowing when running behind reverse proxy

View file

@ -13,9 +13,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package kickstart.welcome;
package catering.welcome;
import kickstart.Application;
import catering.Application;
import java.io.IOException;

View file

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package kickstart.welcome;
package catering.welcome;
import static org.hamcrest.CoreMatchers.*;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*;