build_app

This commit is contained in:
risadmin_prod 2025-10-14 06:23:32 +00:00
parent 57f454d7c5
commit 852e1b62bf
4 changed files with 20 additions and 0 deletions

View File

@ -72,6 +72,12 @@ public class BuilderService {
addCustomMenu( "Note","Note", "Transcations");
addCustomMenu( "Note","Note", "Transcations");
addCustomMenu( "Note","Note", "Transcations");
addCustomMenu( "Passwordgenerator","Passwordgenerator", "Transcations");

View File

@ -1,2 +1,4 @@
CREATE TABLE app-d.Note(id BIGINT NOT NULL AUTO_INCREMENT, date_created Date, title VARCHAR(400), content VARCHAR(400), PRIMARY KEY (id));
CREATE TABLE app-d.Note(id BIGINT NOT NULL AUTO_INCREMENT, date_created Date, title VARCHAR(400), content VARCHAR(400), PRIMARY KEY (id));

View File

@ -1,3 +1,5 @@
import { NoteComponent } from './BuilderComponents/note/Note/Note.component';
@ -314,6 +316,10 @@ const routes: Routes = [
{path:'Passwordgenerator',component:PasswordgeneratorComponent},

View File

@ -1,3 +1,5 @@
import { NoteComponent } from './BuilderComponents/note/Note/Note.component';
@ -187,6 +189,10 @@ import { MyworkspaceComponent } from './admin/myworkspace/myworkspace.component'
PasswordgeneratorComponent,