mirror of
https://github.com/st-tu-dresden-praktikum/swt23w23
synced 2024-07-19 21:04:36 +02:00
Rename package kickstart to catering
This commit is contained in:
parent
16a230c152
commit
d2925c1263
|
@ -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;
|
|
@ -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;
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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.*;
|
||||
|
|
Loading…
Reference in a new issue