You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: appengine-java21/springboot-helloworld/src/main/java/com/example/appengine/demos/springboot/HelloworldController.java
+17-13Lines changed: 17 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,6 @@
13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
-
17
16
packagecom.example.appengine.demos.springboot;
18
17
19
18
importjava.security.Principal;
@@ -42,27 +41,29 @@
42
41
43
42
/**
44
43
*
45
-
* @author ludo
44
+
* Simple controller.
46
45
*/
47
46
@Controller
48
47
@Slf4j
49
48
publicclassHelloworldController {
50
49
51
-
/** Do something with the app engine datastore... */
Copy file name to clipboardExpand all lines: appengine-java21/springboot-helloworld/src/main/java/com/example/appengine/demos/springboot/ServletInitializer.java
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,5 +30,4 @@ public class ServletInitializer extends SpringBootServletInitializer {
0 commit comments